MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / Free

Method Free

FEXCore/include/FEXCore/Utils/ThreadPoolAllocator.h:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 void Free(void* Ptr, size_t Size) override {
373 FEXCore::Allocator::free(Ptr);
374 }
375};
376
377/**

Callers

nothing calls this directly

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected