Searched refs:SortPointers (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/enc/ |
D | memory.c | 68 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()
|
/external/cronet/stable/third_party/brotli/enc/ |
D | memory.c | 68 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()
|
/external/cronet/tot/third_party/brotli/enc/ |
D | memory.c | 68 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()
|