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