OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recent_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
prof_recent.c
147
prof_recent_t *
recent_alloc
=
local
149
assert(
recent_alloc
== NULL ||
150
prof_recent_alloc_edata_get(tsd,
recent_alloc
) == edata);
151
return
recent_alloc
;
156
prof_recent_t *
recent_alloc
) {
160
edata_prof_recent_alloc_set_dont_call_directly(edata,
recent_alloc
);
166
prof_recent_t *
recent_alloc
) {
168
assert(
recent_alloc
!= NULL);
170
edata_prof_recent_alloc_update_internal(tsd, edata,
recent_alloc
);
172
prof_recent_alloc_edata_set(tsd,
recent_alloc
, edata)
[
all
...]
/src/external/bsd/jemalloc.old/dist/src/
prof_recent.c
147
prof_recent_t *
recent_alloc
=
local
149
assert(
recent_alloc
== NULL ||
150
prof_recent_alloc_edata_get(tsd,
recent_alloc
) == edata);
151
return
recent_alloc
;
156
prof_recent_t *
recent_alloc
) {
160
edata_prof_recent_alloc_set_dont_call_directly(edata,
recent_alloc
);
166
prof_recent_t *
recent_alloc
) {
168
assert(
recent_alloc
!= NULL);
170
edata_prof_recent_alloc_update_internal(tsd, edata,
recent_alloc
);
172
prof_recent_alloc_edata_set(tsd,
recent_alloc
, edata)
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026