MCPcopy Create free account
hub / github.com/ByConity/ByConity / alloc

Method alloc

src/Common/MemoryTracker.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void MemoryTracker::alloc(Int64 size)
287{
288 bool throw_if_memory_exceeded = true;
289 allocImpl(size, throw_if_memory_exceeded);
290}
291
292void MemoryTracker::allocNoThrow(Int64 size)
293{

Callers

nothing calls this directly

Calls 1

allocImplFunction · 0.85

Tested by

no test coverage detected