Searched defs:kMinAllocationSize (Results 1 – 3 of 3) sorted by relevance
44 inline static constexpr size_t kMinAllocationSize = 1 << 10; variable
284 static constexpr size_t kMinAllocationSize = 1 << kMinAllocationBits; variable
1070 static constexpr size_t kMinAllocationSize = 8; in TEST() local