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

  /external/chromium_org/third_party/leveldatabase/src/table/
block.cc 30 size_t max_restarts_allowed = (size_-sizeof(uint32_t)) / sizeof(uint32_t); local
31 if (NumRestarts() > max_restarts_allowed) {

Completed in 88 milliseconds