Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgslice.c210 #define MAX_SLAB_INDEX(al) (SLAB_INDEX (al, MAX_SLAB_CHUNK_SIZE (al)) + 1)
211 #define SLAB_INDEX(al, asize) ((asize) / P2ALIGNMENT - 1) /* asize must be P2… macro
1174 guint ix = SLAB_INDEX (allocator, chunk_size); in g_slice_alloc()
1278 guint ix = SLAB_INDEX (allocator, chunk_size); in g_slice_free1()
1354 guint ix = SLAB_INDEX (allocator, chunk_size); in g_slice_free_chain_with_offset()
1494 guint ix = SLAB_INDEX (allocator, chunk_size); in slab_allocator_alloc_chunk()
1514 guint ix = SLAB_INDEX (allocator, chunk_size); in slab_allocator_free_chunk()