HomeSort by: relevance | last modified time | path
    Searched defs:totfree (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/ld.elf_so/
xmalloc.c 395 int totfree = 0, local in function:mstats
403 totfree += j * (1 << (i + 3));
411 totused, totfree);
xmalloc.c 395 int totfree = 0, local in function:mstats
403 totfree += j * (1 << (i + 3));
411 totused, totfree);
  /src/lib/libbsdmalloc/
malloc.c 474 int totfree = 0, local in function:mstats
482 totfree += j * (1 << (i + 3));
490 totused, totfree);
malloc.c 474 int totfree = 0, local in function:mstats
482 totfree += j * (1 << (i + 3));
490 totused, totfree);

Completed in 22 milliseconds