92e5bd7473
Some kernel APIs may need to allocate memory in order to function correctly, especially if they are exposed to userspace where buffers provided by user code cannot be trusted. Instead of simply drawing from the system heap, specific pools may instead be assigned to threads, and any requests made on behalf of the calling thread will draw heap memory from that pool. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
heap.rst | ||
memory.rst | ||
pools.rst | ||
slabs.rst |