Home
last modified time | relevance | path

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

/external/bluez/utils/eglib/
Dgmain.h250 gpointer g_realloc(gpointer mem, gulong n_bytes);
275 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
Dgmain.c1320 gpointer g_realloc(gpointer mem, gulong n_bytes) in g_realloc() function
1801 string->str = g_realloc(string->str, string->allocated_len); in g_string_maybe_expand()