Searched refs:max_allocations (Results 1 – 2 of 2) sorted by relevance
50 void* dbg_new_allocations[max_allocations] = 54 unsigned dbg_new_prev_word[max_allocations] = 68 if(dbg_new_max_count >= max_allocations) in add_allocated_addr()
55 enum { max_allocations = 4096 }; enumerator