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

  /src/lib/libbsdmalloc/
malloc.c 349 * ``__realloc_srchlen'' blocks in each list for a match (the variable
353 int __realloc_srchlen = 4; /* 4 should be plenty, -1 =>'s whole list */ variable in typeref:typename:int
382 * the last ``__realloc_srchlen'' items free'd.
391 (i = findbucket(op, __realloc_srchlen)) < 0)

Completed in 10 milliseconds