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

Function malloc_size

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

Source from the content-addressed store, hash-verified

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
90extern inline RPMALLOC_RESTRICT void* RPMALLOC_CDECL _malloc_base(size_t size) { return rpmalloc(size); }

Callers

nothing calls this directly

Calls 1

rpmalloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected