| 131 | } |
| 132 | |
| 133 | static size_t mi_block_count_of_size(size_t size) { |
| 134 | return _mi_divide_up(size, MI_ARENA_BLOCK_SIZE); |
| 135 | } |
| 136 | |
| 137 | /* ----------------------------------------------------------- |
| 138 | Thread safe allocation in an arena |
no test coverage detected