MCPcopy Create free account
hub / github.com/Kitware/VTK / AllocateMemory

Function AllocateMemory

IO/Import/vtkVRML.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 static void* AllocateMemory(size_t n) { return Heap->AllocateMemory(n); }
42
43 static void CleanUp()
44 {

Callers 7

operator newFunction · 0.85
operator newMethod · 0.85
operator newMethod · 0.85
VrmlNodeTypeMethod · 0.85
InitMethod · 0.85
ReserveMethod · 0.85
operator newMethod · 0.85

Calls 1

AllocateMemoryMethod · 0.80

Tested by

no test coverage detected