Home
last modified time | relevance | path

Searched refs:NEW_ALLOCATED_OFFSET (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dmemory.c27 #define NEW_ALLOCATED_OFFSET MAX_PERM_ALLOCATED macro
110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers()
113 m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated, in CollectGarbagePointers()
130 m->pointers + NEW_ALLOCATED_OFFSET, in CollectGarbagePointers()
145 m->pointers[NEW_ALLOCATED_OFFSET + (m->new_allocated++)] = result; in BrotliAllocate()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmemory.c27 #define NEW_ALLOCATED_OFFSET MAX_PERM_ALLOCATED macro
110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers()
113 m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated, in CollectGarbagePointers()
130 m->pointers + NEW_ALLOCATED_OFFSET, in CollectGarbagePointers()
145 m->pointers[NEW_ALLOCATED_OFFSET + (m->new_allocated++)] = result; in BrotliAllocate()

Completed in 1 milliseconds