Home
last modified time | relevance | path

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

/external/brotli/enc/
Dmemory.c79 static void SortPointers(void** items, const size_t n) { in SortPointers() function
121 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers()
122 SortPointers(m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers()
145 SortPointers(m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated); in CollectGarbagePointers()