Searched refs:set_foot (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | dlmalloc.c | 471 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) macro 1343 set_foot(remainder, remainder_size); 1407 set_foot(remainder, remainder_size); 1601 set_foot(p, sz);
|
D | dlmalloc.src | 1390 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) 2197 set_foot(remainder, remainder_size); 2261 set_foot(remainder, remainder_size); 2449 set_foot(p, sz);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 1749 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s)) macro 1753 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
|
/external/libffi/src/ |
D | dlmalloc.c | 1744 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s)) macro 1748 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
|
/external/dlmalloc/ |
D | malloc.c | 2281 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s)) macro 2285 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
|