mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-07 22:32:56 +03:00
Move extent ehook calls into ehooks
This commit is contained in:
parent
ba8b9ecbcb
commit
ae0d8e8591
13 changed files with 511 additions and 404 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
#include "jemalloc/internal/ehooks.h"
|
||||
|
||||
void ehooks_init(ehooks_t *ehooks, extent_hooks_t *extent_hooks) {
|
||||
ehooks_set_extent_hooks_ptr(ehooks, extent_hooks);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue