Searched refs:is_zeroed_trail (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/src/ |
D | large.c | 159 bool is_zeroed_trail = zero; in large_ralloc_no_move_expand() local 165 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL in large_ralloc_no_move_expand() 168 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL) { in large_ralloc_no_move_expand() 175 NSIZES, &is_zeroed_trail, &commit)) == NULL) { in large_ralloc_no_move_expand() 215 assert(is_zeroed_trail); in large_ralloc_no_move_expand()
|