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

File rpmalloc.c

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

Source from the content-addressed store, hash-verified

1/* rpmalloc.c - Memory allocator - Public Domain - 2016-2020 Mattias Jansson
2 *
3 * This library provides a cross-platform lock free thread caching malloc implementation in C11.
4 * The latest source code is always available at

Callers

nothing calls this directly

Calls 5

atomic_cas32_acquireFunction · 0.85
_rpmalloc_spinFunction · 0.85
atomic_store32_releaseFunction · 0.85
atomic_load32Function · 0.85
_rpmalloc_span_unmapFunction · 0.85

Tested by

no test coverage detected