Home
last modified time | relevance | path

Searched refs:proppool (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c56 struct proppool struct
58 struct proppool *next; argument
76 struct proppool *mem_base; argument
77 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 …]