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

Function rpmalloc_heap_calloc

source/extern/rpmalloc.c:3472–3475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3470}
3471
3472extern inline RPMALLOC_ALLOCATOR void*
3473rpmalloc_heap_calloc(rpmalloc_heap_t* heap, size_t num, size_t size) {
3474 return rpmalloc_heap_aligned_calloc(heap, 0, num, size);
3475}
3476
3477extern inline RPMALLOC_ALLOCATOR void*
3478rpmalloc_heap_aligned_calloc(rpmalloc_heap_t* heap, size_t alignment, size_t num, size_t size) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected