Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dmemory.c68 static void SortPointers(void** items, const size_t n) { in SortPointers() function
110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers()
111 SortPointers(m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers()
134 SortPointers(m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated); in CollectGarbagePointers()