Home
last modified time | relevance | path

Searched refs:g_chunk_new (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/deprecated/
Dgallocator.h36 #define g_chunk_new(type, chunk) ((type *) g_mem_chunk_alloc (chunk)) macro
/third_party/glib/tests/
Dtestglib.c1846 mem[i] = g_chunk_new (gchar, mem_chunk); in test_mem_chunks()