OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dehugify
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_hooks.h
10
void (*
dehugify
)(void *ptr, size_t size);
member in struct:hpa_hooks_s
/src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_hooks.h
10
void (*
dehugify
)(void *ptr, size_t size);
member in struct:hpa_hooks_s
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa_hooks.h
10
void (*
dehugify
)(void *ptr, size_t size);
member in struct:hpa_hooks_s
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa_hooks.h
10
void (*
dehugify
)(void *ptr, size_t size);
member in struct:hpa_hooks_s
/src/external/bsd/jemalloc/dist/src/
hpa.c
339
* and only
dehugify
it if it's failed to meet the criteria for an
412
bool
dehugify
= hpdata_huge_get(to_purge);
local
421
if (
dehugify
) {
422
shard->central->hooks.
dehugify
(hpdata_addr_get(to_purge),
444
if (
dehugify
) {
450
if (
dehugify
) {
/src/external/bsd/jemalloc.old/dist/src/
hpa.c
339
* and only
dehugify
it if it's failed to meet the criteria for an
412
bool
dehugify
= hpdata_huge_get(to_purge);
local
421
if (
dehugify
) {
422
shard->central->hooks.
dehugify
(hpdata_addr_get(to_purge),
444
if (
dehugify
) {
450
if (
dehugify
) {
Completed in 36 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026