PathEngine home | previous: | next: |
Allocates memory according to the allocator objects allocation scheme.
void* allocate(uint32_t size); |
size | The size of the memory block to be allocated (in bytes). |
Requested allocation sizes should always be zero (unlike malloc, which supports zero size allocations).
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |