Tech Support > Operating Systems > Windows NT > malloc -allocated chunk
malloc -allocated chunk
Posted by Alex Borzenko on February 23rd, 2007


Does anybody know how I can manage the minimal size of allocated memory
chunk?

Problem:
malloc allocates 64 bytes when I ask for 29. Can I have only 32 in this
case?

Thanks.