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

Function malloc_usable_size

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

Source from the content-addressed store, hash-verified

84extern inline void RPMALLOC_CDECL free(void* ptr) { rpfree(ptr); }
85extern inline void RPMALLOC_CDECL cfree(void* ptr) { rpfree(ptr); }
86extern inline size_t RPMALLOC_CDECL malloc_usable_size(void* ptr) { return rpmalloc_usable_size(ptr); }
87extern inline size_t RPMALLOC_CDECL malloc_size(void* ptr) { return rpmalloc_usable_size(ptr); }
88
89#ifdef _WIN32

Callers

nothing calls this directly

Calls 1

rpmalloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected