Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
malloc_exit
src/system/libroot/posix/malloc/openbsd/malloc.c
293
static void malloc_exit(void);
src/system/libroot/posix/malloc/openbsd/malloc.c
604
if (DO_STATS && (atexit(malloc_exit) == -1)) {