Home | History | Annotate | Download | only in generated

Lines Matching defs:_heap

170 typedef struct _heap _heap;
171 struct _heap {
172 _heap* pPrev;
178 _heap* pheap;
185 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) {
186 _heap* pn = 0;
187 pn = malloc(size + sizeof(_heap) - sizeof(uint64_t));
223 _heap* pa = me->pheap;
225 _heap* pn = pa;