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

/external/bluetooth/glib/tests/
H A Dslice-threadinit.c36 static const guint magazine_probes[] = MAGAZINE_PROBES; variable
37 #define N_MAGAZINE_PROBES G_N_ELEMENTS (magazine_probes)
78 mps[j] = g_slice_alloc (magazine_probes[j]);
109 g_slice_free1 (magazine_probes[j], mps[j]);
119 void *mem = g_slice_alloc (magazine_probes[j]);
124 release_trash_list (&trash, magazine_probes[j]);
126 g_error ("failed to reallocate slice from magazine (before g_thread_init): size=%d", magazine_probes[j]);
132 g_slice_free1 (magazine_probes[j], mps[j]);
145 void *mem = g_slice_alloc (magazine_probes[j]);
150 release_trash_list (&trash, magazine_probes[
[all...]

Completed in 214 milliseconds