Searched defs:dmalloc_preamble (Results 1 – 1 of 1) sorted by relevance
42 struct dmalloc_preamble { struct43 struct dmalloc_preamble *prev, *next; argument44 const char *file;45 int line;46 size_t size;47 unsigned long generation;48 unsigned char low_fence [DMLFSIZE];