Searched defs:small_pool_struct (Results 1 – 1 of 1) sorted by relevance
108 typedef struct small_pool_struct { struct109 small_pool_ptr next; /* next in list of pools */110 size_t bytes_used; /* how many bytes already used within pool */111 size_t bytes_left; /* bytes still available in this pool */