Searched defs:large_pool_struct (Results 1 – 3 of 3) sorted by relevance
109 typedef struct large_pool_struct { struct110 large_pool_ptr next; /* next in list of pools */111 size_t bytes_used; /* how many bytes already used within pool */112 size_t bytes_left; /* bytes still available in this pool */
103 typedef union large_pool_struct { union
104 typedef union large_pool_struct { union