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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc165 uptr **cc_array; member in class:__sanitizer::CoverageData
224 cc_array = reinterpret_cast<uptr **>(MmapNoReserveOrDie(
225 sizeof(uptr *) * kCcArrayMaxSize, "CovInit::cc_array"));
257 if (cc_array) {
258 UnmapOrDie(cc_array, sizeof(uptr *) * kCcArrayMaxSize);
259 cc_array = nullptr;
438 // to the global array cc_array, callee_cache[0] is set to caller and
445 if (!cc_array) return;
455 cc_array[idx] = callee_cache;
668 uptr *cc_cache = cc_array[
[all...]

Completed in 45 milliseconds