Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c549 #define SLAB_SIZE (32 * 1024) macro
689 static_assert(UINT32_MAX >= SLAB_SIZE, "SLAB_SIZE use uint32_t");
694 return (SLAB_SIZE - sizeof(gc_slab)) / gc_bucket_obj_size(bucket); in gc_bucket_num_objs()
708 } else if (slab->next_available + size <= ((char *) slab) + SLAB_SIZE) { in alloc_from_slab()