Comment update

This commit is contained in:
Nils O. Selåsdal
2026-04-15 19:40:11 +02:00
parent 0073924050
commit 64a5b20941
-2
View File
@@ -8,10 +8,8 @@
* - Allocated pointers are aligned to 16 bytes.
* - Backing buffer must be aligned to 16 bytes start
* - 4Gb - 16 is max for the allocator backing buffer.
* - An allocation "wastes" 16 bytes for the block header
* - Allocation of > 0 bytes returns a size aligned up to 16 bytes
* - Allocation of 0 bytes returns a valid pointer with 0 usable space
*
* The allocator maintains a doubly linked list of blocks,
* when blocks are free'd, adjacent blocks are merged to keep
* fragmentation to a minimum