halloc.c | 35 } hblock_t; typedef in typeref:struct:hblock 37 #define sizeof_hblock offsetof(hblock_t, data) 52 static int _relate(hblock_t * b, hblock_t * p); 53 static void _free_children(hblock_t * p); 60 hblock_t * p; 87 p = structof(ptr, hblock_t, data); 113 hblock_t * b, * p; 122 b = structof(block, hblock_t, data); 131 p = structof(parent, hblock_t, data) [all...] |