MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / _msize_base

Function _msize_base

source/extern/malloc.c:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92extern inline RPMALLOC_RESTRICT void* RPMALLOC_CDECL _calloc_base(size_t count, size_t size) { return rpcalloc(count, size); }
93extern inline size_t RPMALLOC_CDECL _msize(void* ptr) { return rpmalloc_usable_size(ptr); }
94extern inline size_t RPMALLOC_CDECL _msize_base(void* ptr) { return rpmalloc_usable_size(ptr); }
95extern inline RPMALLOC_RESTRICT void* RPMALLOC_CDECL _realloc_base(void* ptr, size_t size) { return rprealloc(ptr, size); }
96#endif
97

Callers

nothing calls this directly

Calls 1

rpmalloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected