Searched defs:MemBlockHdr (Results 1 – 4 of 4) sorted by relevance
26625 struct MemBlockHdr { struct26627 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument26628 char nBacktrace; /* Number of backtraces on this alloc */26629 char nBacktraceSlots; /* Available backtrace slots */26630 u8 nTitle; /* Bytes of title; includes '\0' */26631 u8 eType; /* Allocation type code */26632 int iForeGuard; /* Guard word for sanity */
26988 struct MemBlockHdr { struct26990 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument26991 char nBacktrace; /* Number of backtraces on this alloc */26992 char nBacktraceSlots; /* Available backtrace slots */26993 u8 nTitle; /* Bytes of title; includes '\0' */26994 u8 eType; /* Allocation type code */26995 int iForeGuard; /* Guard word for sanity */
26854 struct MemBlockHdr { struct26856 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument26857 char nBacktrace; /* Number of backtraces on this alloc */26858 char nBacktraceSlots; /* Available backtrace slots */26859 u8 nTitle; /* Bytes of title; includes '\0' */26860 u8 eType; /* Allocation type code */26861 int iForeGuard; /* Guard word for sanity */