Home
last modified time | relevance | path

Searched refs:bootstrap_malloc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Djemalloc_internal_externs.h36 void *bootstrap_malloc(size_t size);
H A Dprivate_namespace.h14 #define bootstrap_malloc JEMALLOC_N(bootstrap_malloc) macro
H A Dprivate_namespace_jet.h14 #define bootstrap_malloc JEMALLOC_N(bootstrap_malloc) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c260 bootstrap_malloc(size_t size) { in bootstrap_malloc() function
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch44783 -void *bootstrap_malloc(size_t size);
75753 -bootstrap_malloc(size_t size) {