Wiki Table of Contents
- whalloc: home page
- WhallocUses: some uses for this library.
- WhallocBasics: the basics of whalloc
- Specific Allocators:
- whalloc_bt: the "bt" (bit-table) allocator.
- whalloc_ht: the "ht" (hashtable) allocator.
- whalloc_pager: the "pager" allocator.
- whalloc_region: the "region" allocator.
- WhallocConfig: compile-time configuration options.
- WhallocConcurrency: concurrency and the whalloc API
- WhallocFallback: "fallback allocation" for the memory pool classes.
- WhallocAmalgamation: how to create an "amalgamation build" of the library.
- WHALLOC_API: explains the WHALLOC_API() macro which appears throughout the whalloc source code.