Searched refs:_UPD_Altab (Results 1 – 2 of 2) sorted by relevance
/external/srec/portable/include/ |
D | pmalloc.h | 89 void _UPD_Altab(psize_t d_heap, psize_t d_alloc, psize_t d_free); 93 #define _UPD_Altab(d_heap, d_alloc, d_free) (void)0 macro
|
/external/srec/portable/src/ |
D | pmalloc.c | 261 void _UPD_Altab(psize_t d_heap, psize_t d_alloc, psize_t d_free) in _UPD_Altab() function 333 _UPD_Altab(q->_Size, q->_Size, 0); /* heap=alloc+free */ in findmem() 429 _UPD_Altab(0, q->_Size, -q->_Size); /* heap=alloc+free */ 598 _UPD_Altab(0, -size, size); /* heap=alloc+free */
|