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

  /external/srec/portable/include/
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
  /external/srec/portable/src/
pmalloc.c 261 void _UPD_Altab(psize_t d_heap, psize_t d_alloc, psize_t d_free)
333 _UPD_Altab(q->_Size, q->_Size, 0); /* heap=alloc+free */
429 _UPD_Altab(0, q->_Size, -q->_Size); /* heap=alloc+free */
598 _UPD_Altab(0, -size, size); /* heap=alloc+free */

Completed in 633 milliseconds