mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 10:07:36 +03:00
Update private symbols.
This commit is contained in:
parent
498856f44a
commit
714d1640f3
2 changed files with 21 additions and 13 deletions
|
|
@ -62,7 +62,7 @@ huge_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment,
|
|||
|
||||
#ifdef JEMALLOC_JET
|
||||
#undef huge_dalloc_junk
|
||||
#define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)
|
||||
#define huge_dalloc_junk JEMALLOC_N(n_huge_dalloc_junk)
|
||||
#endif
|
||||
void
|
||||
huge_dalloc_junk(void *ptr, size_t usize)
|
||||
|
|
@ -73,7 +73,7 @@ huge_dalloc_junk(void *ptr, size_t usize)
|
|||
#ifdef JEMALLOC_JET
|
||||
#undef huge_dalloc_junk
|
||||
#define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
|
||||
huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
|
||||
huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(n_huge_dalloc_junk);
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue