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

Method container_allocator_alloc

src/microReticulum/Utilities/Memory.cpp:472–474  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected