PathEngine home previous: Interface iAllocatornext: iAllocator::deallocate()
Contents, API Reference, Interfaces, iAllocator, allocate

iAllocator::allocate()

Description

Allocates memory according to the allocator objects allocation scheme.

Syntax

void* allocate(uint32_t size);
        

Parameters

size The size of the memory block to be allocated (in bytes).

Remarks

Requested allocation sizes should always be zero (unlike malloc, which supports zero size allocations).


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iAllocator::deallocate()