Searched defs:rounded_bytes (Results 1 – 3 of 3) sorted by relevance
56 uint8_t* ArenaStack::AllocateFromNextArena(size_t rounded_bytes) { in AllocateFromNextArena()95 size_t rounded_bytes = RoundUp(bytes + kValgrindRedZoneBytes, 8); in AllocValgrind() local
70 size_t rounded_bytes = RoundUp(bytes, 8); in Alloc() local
270 size_t rounded_bytes = RoundUp(bytes + kValgrindRedZoneBytes, 8); in AllocValgrind() local