/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
deps/jemalloc/src/test_hooks.c
12 строк
407 B
Yoav Steinberg
Merge commit '220a0f0880419450c9409202aac1fab4b8be0719' as 'deps/jemalloc'
10 окт 2021, 18:26
10 окт 2021, 18:26
4d5911b
Код
Авторство
О чём код?
#include "jemalloc/internal/jemalloc_preamble.h" /* * The hooks are a little bit screwy -- they're not genuinely exported in the * sense that we want them available to end-users, but we do want them visible * from outside the generated library, so that we can use them in test code. */ JEMALLOC_EXPORT void (*test_hooks_arena_new_hook)() = NULL; JEMALLOC_EXPORT void (*test_hooks_libc_hook)() = NULL;