Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
void PageAllocator::deallocate(void* page) noexcept {
16
deallocate(&page, 1);
17
}
18
// PageAllocator end
19
////////////////////////////////////////////////////////////////////////////////
20
Callers
2
~CachedPageAllocator
Method · 0.45
~BatchPageAllocator
Method · 0.45
Calls
4
operator delete
Function · 0.85
align_val_t
Enum · 0.85
push_n
Method · 0.80
capacity
Method · 0.45
Tested by
no test coverage detected