HomeSort by relevance Sort by last modified time
    Searched full:fbc_cache1 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/exp-dhat/
dh_main.c 106 static Block* fbc_cache1 = NULL; variable
121 if (LIKELY(fbc_cache1
122 && fbc_cache1->payload <= a
123 && a < fbc_cache1->payload + fbc_cache1->req_szB)) {
126 fbc_cache0 = fbc_cache1;
127 fbc_cache1 = tmp;
147 fbc_cache1 = fbc_cache0;
163 fbc_cache0 = fbc_cache1 = NULL;
493 fbc_cache0 = fbc_cache1 = NULL
    [all...]

Completed in 49 milliseconds