Home | History | Annotate | Download | only in tests

Lines Matching refs:mps

74   void *mps[N_MAGAZINE_PROBES];
78 mps[j] = g_slice_alloc (magazine_probes[j]);
79 /* mps[*] now contains pointers to allocated slices */
109 g_slice_free1 (magazine_probes[j], mps[j]);
110 /* mps[*] now contains pointers to releaed slices */
120 if (mem == mps[j])
128 /* mps[*] now contains pointers to reallocated slices */
132 g_slice_free1 (magazine_probes[j], mps[j]);
133 /* mps[*] now contains pointers to released slices */
146 if (mem == mps[j])
154 /* mps[*] now contains pointers to reallocated slices */
162 g_slice_free1 (magazine_probes[j], mps[j]);