static*/
| 462 | } |
| 463 | |
| 464 | /*static*/ size_t Memory::default_allocator_alloc() { |
| 465 | return default_allocator_info.alloc_count; |
| 466 | } |
| 467 | |
| 468 | /*static*/ size_t Memory::default_allocator_free() { |
| 469 | return default_allocator_info.free_count; |
nothing calls this directly
no outgoing calls
no test coverage detected