Lines Matching defs:BLOCK_FRAME_COUNT
47 #define BLOCK_FRAME_COUNT 32
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-1;
607 frame_pos = BLOCK_FRAME_COUNT-1;
618 frame_pos != BLOCK_FRAME_COUNT-1)