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

/dovecot/src/lib/
H A Dmempool-alloconly.c12 (MEM_ALIGN(sizeof(size_t)) + MEM_ALIGN(1) + MEM_ALIGN(SENTRY_COUNT))
46 # define SENTRY_COUNT 8 macro
48 # define SENTRY_COUNT 0 macro
98 max_pos = i + MEM_ALIGN(alloc_size + SENTRY_COUNT);
124 MEM_ALIGN(sizeof(struct alloconly_pool) + SENTRY_COUNT);
127 min_alloc += MEM_ALIGN(strlen(name) + 1 + SENTRY_COUNT) +
278 alloc_size = MEM_ALIGN(sizeof(size)) + MEM_ALIGN(size + SENTRY_COUNT);
296 MEM_ALIGN(size + SENTRY_COUNT) - size);
H A Ddata-stack.c19 # define SENTRY_COUNT (4*8) macro
21 # define ALLOC_SIZE(size) (MEM_ALIGN(sizeof(size_t)) + MEM_ALIGN(size + SENTRY_COUNT))
127 memset(p, CLEAR_CHR, SENTRY_COUNT);
449 MEM_ALIGN(size + SENTRY_COUNT) - size);
529 const unsigned int extra = MEM_ALIGN_SIZE-1 + SENTRY_COUNT +

Completed in 32 milliseconds