Improvement of pool allocator.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -33,6 +33,7 @@ extern void mem_pools_init (void);
|
||||
extern void mem_pools_finalize (void);
|
||||
extern uint8_t* mem_pools_alloc (void);
|
||||
extern void mem_pools_free (uint8_t *chunk_p);
|
||||
extern void mem_pools_collect_empty (void);
|
||||
|
||||
#ifdef MEM_STATS
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user