Searched refs:proppool (Results 1 – 1 of 1) sorted by relevance
57 struct proppool struct59 struct proppool *next; argument77 struct proppool *mem_base; argument78 struct proppool *mem_cur;94 static struct proppool *alloc_proppool(size_t size) in alloc_proppool()96 struct proppool *ret; in alloc_proppool()99 size_t total_size = sizeof(struct proppool) + size - 1; in alloc_proppool()115 static struct proppool *resize_proppool(struct proppool *pool, size_t size) in resize_proppool()117 struct proppool *ret; in resize_proppool()121 ret = sasl_sun_REALLOC(pool, sizeof(struct proppool) + size); in resize_proppool()[all …]