HomeSort by relevance Sort by last modified time
    Searched refs:current_dispatch_table (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
malloc_common.h 75 return atomic_load_explicit(&__libc_globals->current_dispatch_table, memory_order_acquire);
malloc_heapprofd.cpp 131 atomic_store(&globals->current_dispatch_table, &__heapprofd_init_dispatch);
310 atomic_store(&globals->current_dispatch_table, nullptr);
348 atomic_store(&globals->current_dispatch_table, nullptr);
malloc_limit.cpp 261 atomic_store(&globals->current_dispatch_table, &__limit_dispatch);
282 atomic_store(&globals->current_dispatch_table, &__limit_dispatch);
malloc_common_dynamic.cpp 345 atomic_store(&globals->current_dispatch_table, &globals->malloc_dispatch_table);
  /bionic/libc/private/
bionic_globals.h 51 // The current_dispatch_table pointer can only ever be set to a complete
52 // table. Any dispatch table that is pointed to by current_dispatch_table
57 _Atomic(const MallocDispatch*) current_dispatch_table; member in struct:libc_globals

Completed in 76 milliseconds