Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp90 static _Atomic bool gZygoteChildProfileable = false; variable
484 atomic_store_explicit(&gZygoteChildProfileable, true, memory_order_release); in android_mallopt()
497 !gZygoteChild || atomic_load_explicit(&gZygoteChildProfileable, memory_order_acquire); in android_mallopt()