Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp43 static constexpr size_t round_up(size_t size, size_t multiplier) { in round_up() function
59 round_up(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size, 16)), in LinkerBlockAllocator()