Searched refs:block_size (Results 1 – 6 of 6) sorted by relevance
35 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size) in LinkerBlockAllocator() argument36 : block_size_(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size), in LinkerBlockAllocator()
35 explicit LinkerBlockAllocator(size_t block_size);
104 void init(uint32_t type, size_t block_size, const char* name);
159 void LinkerSmallObjectAllocator::init(uint32_t type, size_t block_size, const char* name) { in init() argument161 block_size_ = block_size; in init()
94 __u16 block_size; member
635 __u32 block_size; member