OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_mutex
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libbsdmalloc/
malloc.c
128
static mutex_t
malloc_mutex
= MUTEX_INITIALIZER;
variable in typeref:typename:mutex_t
143
* NOTE: since this may be called while
malloc_mutex
is locked, stdio must not
161
*
malloc_mutex
. At this point we need to disable cancellation
185
mutex_lock(&
malloc_mutex
);
200
mutex_unlock(&
malloc_mutex
);
243
mutex_unlock(&
malloc_mutex
);
254
mutex_unlock(&
malloc_mutex
);
333
mutex_lock(&
malloc_mutex
);
339
mutex_unlock(&
malloc_mutex
);
371
mutex_lock(&
malloc_mutex
);
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025