Home
last modified time | relevance | path

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

/external/srec/portable/include/
Dpmalloc.h37 typedef unsigned int psize_t; typedef
40 #define DKoffsetof(T, member) ((_STD psize_t)&(((T *)0)->member))
61 psize_t _Size; /* CELL_OFF <= SIZE_CELL <= _Size */
73 void *_Getmem(psize_t);
89 void _UPD_Altab(psize_t d_heap, psize_t d_alloc, psize_t d_free);
98 void PortMallocSetPoolSize(psize_t size);
99 psize_t PortMallocGetPoolSize(void);
103 void *(PortMalloc)(psize_t size_arg);
/external/srec/portable/src/
Dpmalloc.c82 psize_t _Size_block = {SIZE_BLOCK}; /* preferred _Getmem chunk */
106 static psize_t memSize = MEM_SIZE;
121 static psize_t numMemBins;
151 void *_Getmem(psize_t size) in _Getmem()
217 void PortMallocSetPoolSize(psize_t size) in PortMallocSetPoolSize()
231 psize_t PortMallocGetPoolSize(void) in PortMallocGetPoolSize()
253 psize_t total_heap;
254 psize_t total_alloc;
255 psize_t total_free;
261 void _UPD_Altab(psize_t d_heap, psize_t d_alloc, psize_t d_free) in _UPD_Altab()
[all …]