Searched refs:alloconly_pool (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/lib/ |
H A D | mempool-alloconly.c | 15 struct alloconly_pool { struct 42 #define DEFAULT_BASE_SIZE MEM_ALIGN(sizeof(struct alloconly_pool)) 62 static void block_alloc(struct alloconly_pool *pool, size_t size); 82 .alloconly_pool = TRUE, 122 struct alloconly_pool apool, *new_apool; 124 MEM_ALIGN(sizeof(struct alloconly_pool) + SENTRY_COUNT); 131 /* create a fake alloconly_pool so we can call block_alloc() */ 140 /* now allocate the actual alloconly_pool from the created block */ 141 new_apool = p_new(&apool.pool, struct alloconly_pool, 1); 151 /* set base_size so p_clear() doesn't trash alloconly_pool structur [all...] |
H A D | mempool-unsafe-datastack.c | 35 .alloconly_pool = TRUE,
|
H A D | mempool-datastack.c | 35 .alloconly_pool = TRUE,
|
H A D | mempool-system.c | 46 .alloconly_pool = FALSE,
|
H A D | mempool.h | 45 bool alloconly_pool:1; member in struct:pool
|
H A D | hash.c | 103 if (!table->node_pool->alloconly_pool) 140 if (!table->node_pool->alloconly_pool) { 154 if (!table->node_pool->alloconly_pool) 158 if (!table->node_pool->alloconly_pool)
|
H A D | mempool-allocfree.c | 62 .alloconly_pool = FALSE,
|
H A D | test-mempool.c | 139 .alloconly_pool = TRUE,
|
H A D | buffer.c | 80 !buf->pool->alloconly_pool && !buf->pool->datastack_pool) {
|
Completed in 13 milliseconds