Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ rpmalloc_usable_size
Function
rpmalloc_usable_size
source/extern/rpmalloc.c:3195–3198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3193
}
3194
3195
extern inline size_t
3196
rpmalloc_usable_size(void* ptr) {
3197
return (ptr ? _rpmalloc_usable_size(ptr) : 0);
3198
}
3199
3200
extern inline void
3201
rpmalloc_thread_collect(void) {
Callers
4
malloc_usable_size
Function · 0.85
malloc_size
Function · 0.85
_msize
Function · 0.85
_msize_base
Function · 0.85
Calls
1
_rpmalloc_usable_size
Function · 0.85
Tested by
no test coverage detected