View Single Post
Old 03 September 2012, 21:43   #1
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
CreatePool MEMF_FAST

maybe somebody will fail with same approach like me, used:
Code:
exec.CreatePool(MEMF_FAST,a,b)
and expected this will fail on a machine with chip ram only.
but no - this succeeds. you will get a memory pool which is unable to allocate any memory. because the pool structure is allocated with MEMF_ANY! all subsequent allocations in the pool are tried with MEMF_FAST.
Wepl is offline  
 
Page generated in 0.04206 seconds with 11 queries