MCPcopy Create free account
hub / github.com/WheretIB/nullc / operator delete

Method operator delete

GUI/RichTextarea.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return pool->Create();
69 }
70 void operator delete(void *ptr, size_t size)
71 {
72 (void)size;
73 pool->Destroy((AreaLine*)ptr);
74 }
75};
76
77ObjectBlockPool<AreaLine, 32>* AreaLine::pool = NULL;

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected