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

  /external/bluetooth/glib/glib/
gslice.c 443 const guint n_magazines = MAX_SLAB_INDEX (allocator); local
444 tmem = g_malloc0 (sizeof (ThreadMemory) + sizeof (Magazine) * 2 * n_magazines);
446 tmem->magazine2 = &tmem->magazine1[n_magazines];
700 const guint n_magazines = MAX_SLAB_INDEX (allocator); local
702 for (ix = 0; ix < n_magazines; ix++)
    [all...]

Completed in 20 milliseconds