Home
last modified time | relevance | path

Searched refs:g_mem_chunk_new (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/deprecated/
Dgallocator.h39 #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,
Dgallocator.c33 g_mem_chunk_new (const gchar *name, in g_mem_chunk_new() function
/third_party/glib/tests/
Dtestglib.c1840 GMemChunk *mem_chunk = g_mem_chunk_new ("test mem chunk", 50, 100, G_ALLOC_AND_FREE); in test_mem_chunks()