Skip to content

Commit 8a2e309

Browse files
Fix README
1 parent 598f850 commit 8a2e309

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

MemoryPool.rar

4.24 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The memory pool structure holds meta-data about the memory space that is allocat
5353
* `SMemoryScopeHeader* currentScope;` - A pointer to the current scope in the memory pool.
5454

5555
## Memory Block (SMemoryBlockHeader)
56-
Each block contains a block header the size of 56 bytes containing the following information:
56+
Each block contains a block header the size of 48 bytes containing the following information:
5757
* `size_t blockSize;` - Size of the block
5858
* `size_t offset;` - Offset in the block from which the memory is free (The block is filled in sequencial order)
5959
* `SMemoryBlockHeader* next;` - Pointer to the next block

0 commit comments

Comments
 (0)