MemPool::alloc

Prototype

void alloc(ulong ulSize);

Description

Set initial value of member
Calculate alignment size of chunk
Add new chunk to chunk list
Set free pointer
Set free size of current chunk

See MemPool