HomeSort by relevance Sort by last modified time
    Searched defs:malloc_context_size (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_stack.cc 20 static atomic_uint32_t malloc_context_size; member in namespace:__asan
23 atomic_store(&malloc_context_size, size, memory_order_release);
27 return atomic_load(&malloc_context_size, memory_order_acquire);
asan_activation.cc 27 int malloc_context_size; member in struct:__asan::AsanDeactivatedFlags
53 cf.malloc_context_size = malloc_context_size;
72 malloc_context_size = cf.malloc_context_size;
81 "malloc_context_size %d, alloc_dealloc_mismatch %d, "
84 poison_heap, malloc_context_size,
98 asan_deactivated_flags.malloc_context_size = GetMallocContextSize();
128 SetMallocContextSize(asan_deactivated_flags.malloc_context_size);

Completed in 151 milliseconds