mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "test/extent_hooks.h"
|
||||
|
||||
extern ehooks_t *base_ehooks_get_for_metadata(base_t *base);
|
||||
|
||||
static extent_hooks_t hooks_null = {
|
||||
extent_alloc_hook, NULL, /* dalloc */
|
||||
NULL, /* destroy */
|
||||
|
||||
Reference in New Issue
Block a user