Searched defs:MemBlockHdr (Results 1 – 2 of 2) sorted by relevance
240 typedef struct mem_block_hdr * MemBlockHdr; typedef
11248 struct MemBlockHdr { struct11250 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument11251 char nBacktrace; /* Number of backtraces on this alloc */11252 char nBacktraceSlots; /* Available backtrace slots */11253 short nTitle; /* Bytes of title; includes '\0' */11254 int iForeGuard; /* Guard word for sanity */