mi-malloc v1.9, v2.2, v3.2
 
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Basic AllocationThe basic allocation interface
 Aligned AllocationAllocating aligned memory blocks
 Typed MacrosTyped allocation macros
 Zero initialized re-allocationRe-allocation of zero initialized blocks
 HeapsFirst-class heaps
 Heap IntrospectionWalk areas and blocks of the heap at runtime
 ArenasArenas are large memory areas (usually 1GiB+) from which mimalloc allocates memory
 SubprocessesA sub-process contains its own arena's and heaps that are fully separate from the main (sub) process
 Extended FunctionsInternal functionality
 StatisticsPrint out allocation statistics
 Runtime OptionsSet runtime parameters
 Thread-local heapsv3: Thread local heaps
 Posixmi_ prefixed implementations of various Posix, Unix, and C++ allocation functions. Defined for convenience as all redirect to the regular mimalloc API
 C++ wrappersmi_ prefixed implementations of various C++ allocation functions