Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmalloc_arena_pool.cc48 constexpr size_t overallocation = RequiredOverallocation(); in MallocArena() local
49 unaligned_memory_ = reinterpret_cast<uint8_t*>(calloc(1, size + overallocation)); in MallocArena()
52 if (overallocation == 0u) { in MallocArena()
58 size_t tail = overallocation - head; in MallocArena()
68 constexpr size_t overallocation = RequiredOverallocation(); in ~MallocArena() local
69 if (overallocation != 0u && kRunningOnMemoryTool) { in ~MallocArena()
71 size_t tail = overallocation - head; in ~MallocArena()