MCPcopy Create free account
hub / github.com/baidu/babylon / deallocate

Method deallocate

src/babylon/reusable/page_allocator.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void PageAllocator::deallocate(void* page) noexcept {
16 deallocate(&page, 1);
17}
18// PageAllocator end
19////////////////////////////////////////////////////////////////////////////////
20

Callers 2

~CachedPageAllocatorMethod · 0.45
~BatchPageAllocatorMethod · 0.45

Calls 4

operator deleteFunction · 0.85
align_val_tEnum · 0.85
push_nMethod · 0.80
capacityMethod · 0.45

Tested by

no test coverage detected