Searched refs:proppool (Results 1 – 1 of 1) sorted by relevance
56 struct proppool struct58 struct proppool *next; argument76 struct proppool *mem_base; argument77 struct proppool *mem_cur;93 static struct proppool *alloc_proppool(size_t size) in alloc_proppool()95 struct proppool *ret; in alloc_proppool()98 size_t total_size = sizeof(struct proppool) + size - 1; in alloc_proppool()114 static struct proppool *resize_proppool(struct proppool *pool, size_t size) in resize_proppool()116 struct proppool *ret; in resize_proppool()120 ret = sasl_sun_REALLOC(pool, sizeof(struct proppool) + size); in resize_proppool()[all …]