MCPcopy Create free account
hub / github.com/nodejs/nan / AdjustExternalMemory

Function AdjustExternalMemory

nan.h:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 inline int AdjustExternalMemory(int bc) {
796 return static_cast<int>(
797 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(bc));
798 }
799
800 inline void SetTemplate(
801 v8::Local<v8::Template> templ

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected