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

Function _realloc_base

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

Source from the content-addressed store, hash-verified

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
98#ifdef _WIN32

Callers

nothing calls this directly

Calls 1

rpreallocFunction · 0.85

Tested by

no test coverage detected