We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598f850 commit 8a2e309Copy full SHA for 8a2e309
2 files changed
MemoryPool.rar
4.24 KB
README.md
@@ -53,7 +53,7 @@ The memory pool structure holds meta-data about the memory space that is allocat
53
* `SMemoryScopeHeader* currentScope;` - A pointer to the current scope in the memory pool.
54
55
## Memory Block (SMemoryBlockHeader)
56
-Each block contains a block header the size of 56 bytes containing the following information:
+Each block contains a block header the size of 48 bytes containing the following information:
57
* `size_t blockSize;` - Size of the block
58
* `size_t offset;` - Offset in the block from which the memory is free (The block is filled in sequencial order)
59
* `SMemoryBlockHeader* next;` - Pointer to the next block
0 commit comments