MCPcopy 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
3195extern inline size_t
3196rpmalloc_usable_size(void* ptr) {
3197 return (ptr ? _rpmalloc_usable_size(ptr) : 0);
3198}
3199
3200extern inline void
3201rpmalloc_thread_collect(void) {

Callers 4

malloc_usable_sizeFunction · 0.85
malloc_sizeFunction · 0.85
_msizeFunction · 0.85
_msize_baseFunction · 0.85

Calls 1

_rpmalloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected