Searched refs:block_size (Results 1 – 4 of 4) sorted by relevance
33 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size) in LinkerBlockAllocator() argument34 : block_size_(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size), in LinkerBlockAllocator()
35 explicit LinkerBlockAllocator(size_t block_size);
86 __u16 block_size; member
652 __u32 block_size; member