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

Function free

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

Source from the content-addressed store, hash-verified

82extern inline void* RPMALLOC_CDECL memalign(size_t alignment, size_t size) { return rpmemalign(alignment, size); }
83extern inline int RPMALLOC_CDECL posix_memalign(void** memptr, size_t alignment, size_t size) { return rpposix_memalign(memptr, alignment, size); }
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); }

Callers 6

XXH_freeFunction · 0.70
l_allocFunction · 0.50
GetTypeNameFunction · 0.50
~REMethod · 0.50
~ArgumentsMethod · 0.50

Calls 1

rpfreeFunction · 0.85

Tested by 3

GetTypeNameFunction · 0.40
~REMethod · 0.40
~ArgumentsMethod · 0.40