Searched refs:_heap_alloc (Results 1 – 2 of 2) sorted by relevance
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc() function 219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc()
|
D | chre_slpi_stub.c | 187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc() function 219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc()
|