Skip to content

Commit

Permalink
forgot add top_arena
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Zhuo committed Sep 6, 2011
1 parent 88f0795 commit a7ec805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gc/fixed_allocator.h
Expand Up @@ -35,6 +35,8 @@ typedef struct Pool_Allocator {
size_t total_objects;
size_t objects_per_alloc;
size_t num_free_objects;

Pool_Allocator_Arena * top_arena;
Pool_Allocator_Arena * free_list;
Pool_Allocator_Arena * newfree;
Pool_Allocator_Arena * newlast;
Expand Down

0 comments on commit a7ec805

Please sign in to comment.