• TcpNet - udp_get_buf : alignement & free
    Hello ! I wonder if there is any alignement policiy with udp_get_buf call ? I presume that it is aligned on byte. if I alloc len1 bytes with udp_get_buf, but call udp_send with len2 < 1. How is the...
  • TcpNet - udp_get_buf : alignement & free
    Hello ! I wonder if there is any alignement policiy with udp_get_buf call ? I presume that it is aligned on byte. if I alloc len1 bytes with udp_get_buf, but call udp_send with len2 < 1. How is the...
  • Allocating memory, Memory Space Exhuasted
    Does anyone know how to prevent this situation? On my old celeron 400mhz, running windows 2000 pro, I compile a file and my app runs fine. On my brand new P4 1.8ghz running XP. I compile the same...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...