Searched refs:hblock_t (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/nestegg/halloc/src/ |
D | halloc.c | 35 } hblock_t; typedef 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; in halloc() 87 p = structof(ptr, hblock_t, data); in halloc() 113 hblock_t * b, * p; in hattach() 122 b = structof(block, hblock_t, data); in hattach() 131 p = structof(parent, hblock_t, data); in hattach() 214 static int _relate(hblock_t * b, hblock_t * p) in _relate() [all …]
|
/external/libvpx/nestegg/halloc/ |
D | README | 31 - hblock_t structure no longer uses zero-sized 'data'
|