APLMT Memory Management Interfaces
The following interfaces/APIs provide
multi-threaded memory management interfaces
Thin Alloc
This interface provides a thread-safe allocate-only memory
interface.
Malloc
This interface provides a thread-safe version of the traditional
malloc and free interface.
Memory Pools
This interface provides thread-safe methods using fixed-block
size memory pools.
|