Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c172 typedef struct _heap _heap; typedef
173 struct _heap { struct
174 _heap* pPrev; argument
180 _heap* pheap; argument
187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc()
188 _heap* pn = 0; in _heap_alloc()
189 pn = malloc(size + sizeof(_heap) - sizeof(uint64_t)); in _heap_alloc()
225 _heap* pa = me->pheap; in _allocator_deinit()
227 _heap* pn = pa; in _allocator_deinit()
Dchre_slpi_stub.c172 typedef struct _heap _heap; typedef
173 struct _heap { struct
174 _heap* pPrev; argument
180 _heap* pheap; argument
187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc()
188 _heap* pn = 0; in _heap_alloc()
189 pn = malloc(size + sizeof(_heap) - sizeof(uint64_t)); in _heap_alloc()
225 _heap* pa = me->pheap; in _allocator_deinit()
227 _heap* pn = pa; in _allocator_deinit()