Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc51 static uint64_t malloc_number_to_fail = 0; variable
62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) { in exit_handler()
86 malloc_number_to_fail = strtoull(env, &endptr, 10); in should_fail_allocation()
103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc51 static uint64_t malloc_number_to_fail = 0; variable
62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) { in exit_handler()
86 malloc_number_to_fail = strtoull(env, &endptr, 10); in should_fail_allocation()
103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation()
/aosp_15_r20/external/boringssl/src/crypto/
H A Dmem.c139 static uint64_t malloc_number_to_fail = 0; variable
157 malloc_number_to_fail = strtoull(env, &endptr, 10); in init_malloc_failure()
178 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dmem.c139 static uint64_t malloc_number_to_fail = 0; variable
157 malloc_number_to_fail = strtoull(env, &endptr, 10); in init_malloc_failure()
178 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation()