MCPcopy Create free account
hub / github.com/attermann/microReticulum / default_allocator_alloc

Method default_allocator_alloc

src/microReticulum/Utilities/Memory.cpp:464–466  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected