MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / InitMemoryManagement

Function InitMemoryManagement

test/memory_management.cc:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13Object InitMemoryManagement(Env env) {
14 Object exports = Object::New(env);
15 exports["externalAllocatedMemory"] =
16 Function::New(env, externalAllocatedMemory);
17 return exports;
18}

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected