HomeSort by relevance Sort by last modified time
    Searched refs:GAllocator (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
gmem.h 109 typedef struct _GAllocator GAllocator;
142 GAllocator*g_allocator_new (const gchar *name,
144 void g_allocator_free (GAllocator *allocator);
gmem.c 603 typedef struct _GAllocator GAllocator;
666 GAllocator*
675 GAllocator *last;
679 "GAllocator is deprecated", 1, TRUE, 0, NULL, NULL, NULL,
681 /* some (broken) GAllocator uses depend on non-NULL allocators */
686 g_allocator_free (GAllocator *allocator)
  /external/bluetooth/glib/tests/
memchunks.c 71 typedef struct _GAllocator GAllocator;

Completed in 2093 milliseconds