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

  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 185 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { function
217 return _heap_alloc(&me->pheap, loc, size, ppbuf);
chre_slpi_stub.c 185 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { function
217 return _heap_alloc(&me->pheap, loc, size, ppbuf);

Completed in 1202 milliseconds