Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Initialize
Function
Initialize
IO/Import/vtkVRML.h:33–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
struct vtkVRMLAllocator
32
{
33
static void Initialize()
34
{
35
if (Heap == nullptr)
36
{
37
Heap = vtkHeap::New();
38
}
39
}
40
41
static void* AllocateMemory(size_t n) { return Heap->AllocateMemory(n); }
42
Callers
14
Init
Method · 0.70
ImportBegin
Method · 0.70
TreeInformation.cxx
File · 0.50
TreeInformation
Method · 0.50
RegisterCreateCallback
Method · 0.50
CodecForName
Method · 0.50
CodecToHandle
Method · 0.50
TestConduitSourceDeviceMemory
Function · 0.50
InitializeVTKm
Function · 0.50
Initialize
Method · 0.50
IMAGE_BENCHMARK_MAIN
Function · 0.50
GetInteractiveConsole
Function · 0.50
Calls
1
New
Function · 0.50
Tested by
2
TestConduitSourceDeviceMemory
Function · 0.40
TestPythonCppObjectWrapping
Function · 0.40