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

/dovecot/src/lib/
H A Ddata-stack.c47 #define BLOCK_FRAME_COUNT 32 macro
52 struct stack_block *block[BLOCK_FRAME_COUNT];
53 size_t block_space_used[BLOCK_FRAME_COUNT];
54 size_t last_alloc_size[BLOCK_FRAME_COUNT];
55 const char *marker[BLOCK_FRAME_COUNT];
58 unsigned long long alloc_bytes[BLOCK_FRAME_COUNT];
59 unsigned int alloc_count[BLOCK_FRAME_COUNT];
74 static int frame_pos = BLOCK_FRAME_COUNT-1; /* in current_frame_block */
138 if (frame_pos == BLOCK_FRAME_COUNT) {
312 frame_pos = BLOCK_FRAME_COUNT
[all...]

Completed in 305 milliseconds