Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DAllocator.cpp192 unsigned int max_allocations_; // maximum number of allocations in the chunk member in android::Chunk
235 max_allocations_(kUsableChunkSize / allocation_size_), in Chunk()
237 free_count_(max_allocations_), in Chunk()
244 return free_count_ == max_allocations_; in Empty()
257 assert(n < max_allocations_); in Alloc()