Searched refs:best (Results 1 – 2 of 2) sorted by relevance
77 malloc_mem_chunk_t *best = NULL; in malloc_query_free_chunk_bf() local84 best = ptr; in malloc_query_free_chunk_bf()90 if (best == NULL) in malloc_query_free_chunk_bf()91 best = ptr; in malloc_query_free_chunk_bf()92 else if (best->length > ptr->length) in malloc_query_free_chunk_bf()93 best = ptr; in malloc_query_free_chunk_bf()98 return best; in malloc_query_free_chunk_bf()
285 possible use to the public, the best way to achieve this is to make it