cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
mem_gpalloc.h File Reference

A general-purpose allocator implementation. More...

Include dependency graph for mem_gpalloc.h:

Go to the source code of this file.

Functions

MemAllocator mem_gpalloc (void)
 Retrieves the generic allocator interface for the GP Allocator.

Detailed Description

A general-purpose allocator implementation.

Provides a standard dynamic heap allocator implementation designed to map into the MemAllocator interface. Useful when non-linear, out-of-order frees are strictly required.

Definition in file mem_gpalloc.h.