This page is available in: en

4.6 Memory Pool Management Functions

Memory pool management functions provide software-based management of memory pools and memory block allocation.

There are .xed-size memory pools and variable-size memory pools, which are considered separate_OBJects and require sE_PARate sets of system calls for their operation. Memory blocks allocated from a .xed-size memory pool are all of one .xed size, whereas memory blocks from a variable-size memory pool can be of various sizes.

The memory managed by the memory pool management functions is all in system space; there is no T-Kernel function for managing task space memory.

Comments