Home
last modified time | relevance | path

Searched defs:rounded_bytes (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dscoped_arena_allocator.cc56 uint8_t* ArenaStack::AllocateFromNextArena(size_t rounded_bytes) { in AllocateFromNextArena()
95 size_t rounded_bytes = RoundUp(bytes + kValgrindRedZoneBytes, 8); in AllocValgrind() local
Dscoped_arena_allocator.h70 size_t rounded_bytes = RoundUp(bytes, 8); in Alloc() local
Darena_allocator.cc270 size_t rounded_bytes = RoundUp(bytes + kValgrindRedZoneBytes, 8); in AllocValgrind() local