Home
last modified time | relevance | path

Searched refs:num_cells_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h56 : num_cells_(capacity), in FixedHashMap()
58 AllocateGuardedVirtualMemory(num_cells_ * sizeof(Cell)))), in FixedHashMap()
65 FreeGuardedVirtualMemory(cells_, num_cells_ * sizeof(Cell)); in ~FixedHashMap()
202 DCHECK_LT(next_unused_cell_, num_cells_ + 1); in GetFreeCell()
218 size_t const num_cells_; variable