Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ operator new
Method
operator new
GUI/RichTextarea.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
static ObjectBlockPool<AreaLine, 32> *pool;
65
void* operator new(size_t size)
66
{
67
(void)size;
68
return pool->Create();
69
}
70
void operator delete(void *ptr, size_t size)
71
{
72
(void)size;
Callers
nothing calls this directly
Calls
1
Create
Method · 0.45
Tested by
no test coverage detected