HomeSort by relevance Sort by last modified time
    Searched full:acat (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/glib/
gslice.c 802 guint acat; local
804 acat = allocator_categorize (chunk_size);
805 if (G_LIKELY (acat == 1)) /* allocate through magazine layer */
817 else if (acat == 2) /* allocate through slab allocator */
854 guint acat = allocator_categorize (chunk_size); local
860 if (G_LIKELY (acat == 1)) /* allocate through magazine layer */
874 else if (acat == 2) /* allocate through slab allocator */
912 guint acat = allocator_categorize (chunk_size); local
    [all...]

Completed in 23 milliseconds