Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc50 static uint64_t current_malloc_count = 0; variable
62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) { in exit_handler()
103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation()
104 current_malloc_count++; in should_fail_allocation()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc50 static uint64_t current_malloc_count = 0; variable
62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) { in exit_handler()
103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation()
104 current_malloc_count++; in should_fail_allocation()
/aosp_15_r20/external/boringssl/src/crypto/
H A Dmem.c138 static uint64_t current_malloc_count = 0; variable
178 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation()
179 current_malloc_count++; in should_fail_allocation()
194 current_malloc_count = 0; in OPENSSL_reset_malloc_counter_for_testing()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dmem.c138 static uint64_t current_malloc_count = 0; variable
178 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation()
179 current_malloc_count++; in should_fail_allocation()
194 current_malloc_count = 0; in OPENSSL_reset_malloc_counter_for_testing()