![]() |
|
#1
|
|||
|
|||
|
GlobalAlloc()
There i have an small problem:
I need allocate many small chunks of memory - i use GlobalAlloc(), the allocated mem. pointers i collect in array - and after using for freeing i call GlobalFree() for all pointers collected in this array - all is good until i use less than 16384 pointers , if i use more , i see message : "system resources exhausted" or something similar. Any solulutions ? |
| Thread Tools | |
| Display Modes | |
|
|