PathEngine home previous: Ground Mesh Expansionnext: Programmers Guide
Contents, Overview, Additional Features Overview, Memory Allocation Customisation

Memory Allocation Customisation

When linking statically against the SDK it is possible for the calling application to supply allocator objects for custom memory allocation strategies, or instrumentation.

When a custom memory allocation strategy is supplied, all SDK internal allocations are passed through the custom allocation strategy, and PathEngine guarantees that each allocation is matched by a corresponding call to the allocators free().

See Memory Allocation Hooks for more information.


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Programmers Guide