OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:free_fastpath
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
jemalloc.c
3058
*
free_fastpath
do not handle two uncommon cases: 1) sampled profiled
3092
bool
free_fastpath
(void *ptr, size_t size, bool size_hint) {
function
3188
if (!
free_fastpath
(ptr, 0, false)) {
3965
if (flags != 0 || !
free_fastpath
(ptr, size, true)) {
3977
if (!
free_fastpath
(ptr, size, true)) {
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026