Tor
0.4.7.0-alpha-dev
|
Data Fields | |
memarea_chunk_t * | first |
A memarea_t is an allocation region for a set of small memory requests that will all be freed at once.
memarea_chunk_t* first |
Top of the chunk stack: never NULL.
Definition at line 120 of file memarea.c.
Referenced by memarea_alloc(), memarea_assert_ok(), memarea_clear(), memarea_drop_all_(), memarea_get_stats(), and memarea_owns_ptr().