Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
ObjectBlockPool<AreaLine, 32>* AreaLine::pool = NULL;
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected