Searched defs:MemBlockHdr (Results 1 – 1 of 1) sorted by relevance
26709 struct MemBlockHdr { struct26711 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument26712 char nBacktrace; /* Number of backtraces on this alloc */26713 char nBacktraceSlots; /* Available backtrace slots */26714 u8 nTitle; /* Bytes of title; includes '\0' */26715 u8 eType; /* Allocation type code */26716 int iForeGuard; /* Guard word for sanity */