Searched refs:g_realloc (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgmem.h50 gpointer g_realloc (gpointer mem,
65 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
H A Dgarray.c237 array->data = g_realloc (array->data, array->alloc);
311 array->pdata = g_realloc (array->pdata, sizeof(gpointer) * array->alloc);
H A Dgmem.c284 g_realloc (gpointer mem, function
H A Dglib.h320 ((type *) g_realloc (mem, (unsigned) sizeof (type) * (count)))
1379 #define g_realloc(mem,size) ((gpointer) REALLOC (mem, char, size)) macro
1386 gpointer g_realloc (gpointer mem,

Completed in 167 milliseconds