OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpa_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/src/
hpa.c
11
static edata_t *
hpa_alloc
(tsdn_t *tsdn, pai_t *self, size_t size,
219
shard->pai.alloc = &
hpa_alloc
;
710
assert(self->alloc = &
hpa_alloc
);
760
hpa_alloc
(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment, bool zero,
function
/src/external/bsd/jemalloc/dist/src/
hpa.c
11
static edata_t *
hpa_alloc
(tsdn_t *tsdn, pai_t *self, size_t size,
118
shard->pai.alloc = &
hpa_alloc
;
686
JE_USDT(
hpa_alloc
, 5, shard->ind, addr, size, hpdata_nactive_get(ps),
827
assert(self->alloc == &
hpa_alloc
);
860
hpa_alloc
(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment, bool zero,
function
Completed in 13 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026