Searched refs:top (Results 1 – 5 of 5) sorted by relevance
476 int top; local491 top = bot -493 if (top < -3)494 top += DAYSPERWEEK;495 top += len;496 if (yday >= top) {
2112 mchunkptr top; member2160 #define is_initialized(M) ((M)->top != 0)2773 if (p != m->dv && p != m->top) { in do_check_free_chunk()2779 assert (next == m->top || cinuse(next)); in do_check_free_chunk()2935 q != m->top && q->head != FENCEPOST_HEAD) { in traverse_and_check()2972 if (m->top != 0) { /* check top chunk */ in do_check_malloc_state()2973 do_check_top_chunk(m, m->top); in do_check_malloc_state()2974 assert(m->topsize == chunksize(m->top)); in do_check_malloc_state()2976 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()3005 q != m->top && q->head != FENCEPOST_HEAD) { in internal_mallinfo()[all …]
1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset() local1089 if (cs == top-1) /* recover only the easy case */ in freeset()1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() local1112 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()1122 if (cs2 < top) { /* found one */ in freezeset()
203 Except for the main thread, the TLS area is stored at the top of the stack.
121 __s32 top; member