Home
last modified time | relevance | path

Searched refs:SIZE_T_SIZE (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h36 #define SIZE_T_SIZE (sizeof(size_t)) macro
44 #define TWO_SIZE_T_SIZES (SIZE_T_SIZE<<1)
45 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2)
81 #define CHUNK_OVERHEAD (SIZE_T_SIZE)
127 #define FENCEPOST_HEAD (INUSE_BITS|SIZE_T_SIZE)
H A Ddlmalloc.c1264 #define SIZE_T_SIZE (sizeof(size_t)) macro
1272 #define TWO_SIZE_T_SIZES (SIZE_T_SIZE<<1)
1273 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2)
1666 #define CHUNK_OVERHEAD (SIZE_T_SIZE)
1712 #define FENCEPOST_HEAD (INUSE_BITS|SIZE_T_SIZE)
2607 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
2640 assert(sz == SIZE_T_SIZE); in do_check_free_chunk()
3191 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3211 if (oldsize >= nb + SIZE_T_SIZE && in mmap_resize()
3227 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1531 #define SIZE_T_SIZE (sizeof(size_t)) macro
1540 #define TWO_SIZE_T_SIZES (SIZE_T_SIZE<<1)
1541 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2)
2168 #define CHUNK_OVERHEAD (SIZE_T_SIZE)
2216 #define FENCEPOST_HEAD (INUSE_BITS|SIZE_T_SIZE)
3191 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
3224 assert(sz == SIZE_T_SIZE); in do_check_free_chunk()
3775 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3795 if (oldsize >= nb + SIZE_T_SIZE && in mmap_resize()
3810 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
[all …]