static*/
| 470 | } |
| 471 | |
| 472 | /*static*/ size_t Memory::container_allocator_alloc() { |
| 473 | return container_allocator_info.alloc_count; |
| 474 | } |
| 475 | |
| 476 | /*static*/ size_t Memory::container_allocator_free() { |
| 477 | return container_allocator_info.free_count; |
nothing calls this directly
no outgoing calls
no test coverage detected