Searched defs:mem_pool (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dshared.c33 struct mem_pool { struct
41 #define SIZEOF_mem_pool AM_ALIGN(sizeof(struct mem_pool))
53 static void initialise_freelist(struct mem_pool *pool) {
73 static size_t verify_freelists(struct mem_pool *pool, char *action) {
97 struct mem_pool *pool = (struct mem_pool *) am->pool;
120 static void add_to_freelist(struct mem_pool *pool, struct mem_chunk *chunk) {
141 static void remove_from_freelist(struct mem_pool *pool, struct mem_chunk *chunk) {
164 static struct mem_chunk *get_free_chunk_for_size(struct mem_pool *pool, size_t size) {
236 am->pool = (struct mem_pool *) MapViewOfFil
[all...]

Completed in 29 milliseconds