Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ operator new
Method
operator new
IO/Import/vtkVRML.h:169–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
T& Top() { return this->Data[this->Used - 1]; }
168
169
void* operator new(size_t n) { return vtkVRMLAllocator::AllocateMemory(n); }
170
171
void operator delete(void*) {}
172
Callers
nothing calls this directly
Calls
1
AllocateMemory
Function · 0.85
Tested by
no test coverage detected