Searched refs:t (Results 1 – 2 of 2) sorted by relevance
178 mchunkptr t = top (&main_arena); in top_check() local180 if (t == initial_top (&main_arena) || in top_check()181 (!chunk_is_mmapped (t) && in top_check()182 chunksize (t) >= MINSIZE && in top_check()183 prev_inuse (t) && in top_check()185 (char *) t + chunksize (t) == mp_.sbrk_base + main_arena.system_mem))) in top_check()
41 # t*
Completed in 5 milliseconds