Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c354 #define SIZE_SZ (sizeof(INTERNAL_SIZE_T)) macro
367 #define MALLOC_ALIGNMENT (2 * SIZE_SZ)
1753 #define chunk2mem(p) ((Void_t*)((char*)(p) + 2*SIZE_SZ + sizeof(void *)))
1754 #define mem2chunk(mem) ((mchunkptr)((char*)(mem) - 2*SIZE_SZ - sizeof(void *)))
1790 ((req) + sizeof(void *) + SIZE_SZ + MALLOC_ALIGN_MASK) & ~MALLOC_ALIGN_MASK)
1931 #define bin_at(m, i) ((mbinptr)((char*)&((m)->bins[(i)<<1]) - (SIZE_SZ<<1)))
2395 assert(sz == SIZE_SZ);
3622 copysize = oldsize - SIZE_SZ; in _int_realloc()
3829 clearsize = chunksize(p) - SIZE_SZ;
3874 return chunksize(p) - 3*SIZE_SZ; /* updated size for adding arena_ptr */
[all …]