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

/external/boringssl/src/crypto/test/
H A Dmalloc.cc50 static uint64_t current_malloc_count = 0; variable
62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) {
103 bool should_fail = (current_malloc_count == malloc_number_to_fail);
104 current_malloc_count++;

Completed in 69 milliseconds