| 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 |
nothing calls this directly
no test coverage detected