Searched defs:talloc_chunk (Results 1 – 1 of 1) sorted by relevance
95 struct talloc_chunk { struct96 struct talloc_chunk *next, *prev; argument97 struct talloc_chunk *parent, *child; argument107 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15) argument
Completed in 5 milliseconds