HomeSort by relevance Sort by last modified time
    Searched full:t_malloc (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/glib/
gmem.c 364 glong t_malloc = local_data[i + PROFILE_TABLE (1, 0, success)]; local
369 if (!t_malloc && !t_realloc && !t_free && !t_refree)
381 i, t_malloc, t_free, t_realloc, t_refree,
382 (t_malloc - t_free + t_realloc - t_refree) * i);
385 i, t_malloc, t_free, t_realloc, t_refree);

Completed in 32 milliseconds