Home
last modified time | relevance | path

Searched refs:total (Results 1 – 2 of 2) sorted by relevance

/trusty/vendor/google/aosp/
Dpylintrc114 # respectively contain the number of errors / warnings messages and the total
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c3469 size_t total; in do_check_malloc_state() local
3490 total = traverse_and_check(m); in do_check_malloc_state()
3491 assert(total <= m->footprint); in do_check_malloc_state()