Searched refs:memc (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/tests/ |
D | slice-color.c | 62 guint **memc; in touch_mem() local 70 memc = g_new (guint*, n); in touch_mem() 72 memc[j] = g_slice_alloc (block_size); in touch_mem() 77 fill_memory (memc, n, 4); in touch_mem() 78 access_memory3 (mema, memb, memc, n, 3); in touch_mem() 80 accu = access_memory3 (mema, memb, memc, n, repeats); in touch_mem() 90 g_slice_free1 (block_size, memc[j]); in touch_mem() 95 g_free (memc); in touch_mem()
|