Searched refs:g_mem_chunk_new (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/deprecated/ |
D | gallocator.h | 39 #define g_mem_chunk_create(type, x, y) (g_mem_chunk_new (NULL, sizeof (type), 0, 0)) 43 GMemChunk * g_mem_chunk_new (const gchar *name,
|
D | gallocator.c | 33 g_mem_chunk_new (const gchar *name, in g_mem_chunk_new() function
|
/third_party/glib/tests/ |
D | testglib.c | 1840 GMemChunk *mem_chunk = g_mem_chunk_new ("test mem chunk", 50, 100, G_ALLOC_AND_FREE); in test_mem_chunks()
|