Thread: GlobalAlloc()
View Single Post
  #1  
Old 05-15-2004, 03:50
Janus68
 
Posts: n/a
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 ?
Reply With Quote