Searched refs:small_object_size (Results 1 – 2 of 2) sorted by relevance
50 if (number_of_bytes <= small_object_size) { in allocate_impl()60 obj = new (cache_aligned_allocate(small_object_size)) small_object{nullptr}; in allocate_impl()89 if (number_of_bytes <= small_object_size) { in deallocate_impl()
36 static constexpr std::size_t small_object_size = 256; variable