Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgmem.c72 # define standard_malloc malloc macro
82 standard_malloc (gsize n_bytes) in standard_malloc() function
105 #define standard_try_malloc standard_malloc
112 standard_malloc,
445 p = standard_malloc (sizeof (gsize) * 2 + n_bytes); in profiler_try_malloc()