forked from amir/filehasher
Updating the changelog
This commit is contained in:
7
arena.h
7
arena.h
@@ -77,7 +77,8 @@ Each block contains:
|
||||
- prev/next: Links to neighboring blocks
|
||||
- the arena pointer points to the current block
|
||||
|
||||
The arena allocates from the current block where the global position is or from the free list.
|
||||
The arena allocates from the current block where the global position is or from
|
||||
the free list.
|
||||
|
||||
Blocks form a single logical address space:
|
||||
global_offset = pos
|
||||
@@ -335,10 +336,6 @@ typedef struct mem_arena {
|
||||
|
||||
// configuration
|
||||
u64 align;
|
||||
// Element size:
|
||||
// - stack mode : fixed > 0
|
||||
// - pointer fixed : fixed > 0
|
||||
// - pointer variable : 0
|
||||
u64 push_size;
|
||||
|
||||
// Pointer mode only
|
||||
|
||||
Reference in New Issue
Block a user