2019-12-03 02:44:09 +08:00
|
|
|
#include "jemalloc/internal/jemalloc_preamble.h"
|
|
|
|
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
|
|
|
|
2019-12-03 06:19:22 +08:00
|
|
|
#include "jemalloc/internal/ehooks.h"
|
|
|
|
|
|
|
|
void ehooks_init(ehooks_t *ehooks, extent_hooks_t *extent_hooks) {
|
|
|
|
ehooks_set_extent_hooks_ptr(ehooks, extent_hooks);
|
|
|
|
}
|