Home
last modified time | relevance | path

Searched refs:g_mem_chunk_alloc (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))
50 gpointer g_mem_chunk_alloc (GMemChunk *mem_chunk);
Dgallocator.c57 g_mem_chunk_alloc (GMemChunk *mem_chunk) in g_mem_chunk_alloc() function