Home
last modified time | relevance | path

Searched refs:malloc_mutex_boot (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprivate_namespace.h230 #define malloc_mutex_boot JEMALLOC_N(malloc_mutex_boot) macro
H A Dprivate_namespace_jet.h233 #define malloc_mutex_boot JEMALLOC_N(malloc_mutex_boot) macro
H A Dmutex.h134 bool malloc_mutex_boot(void);
/aosp_15_r20/external/jemalloc_new/src/
H A Dmutex.c212 malloc_mutex_boot(void) { in malloc_mutex_boot() function
H A Djemalloc.c1495 if (malloc_mutex_boot()) {
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46757 -bool malloc_mutex_boot(void);
77501 - if (malloc_mutex_boot()) {
81485 -malloc_mutex_boot(void) {