Lines Matching defs:ftr
128 struct debug_memory_footer *ftr;
130 hdr = os_malloc(sizeof(*hdr) + size + sizeof(*ftr));
153 ftr = footer_from_header(hdr);
154 ftr->magic = DEBUG_MEMORY_MAGIC;
168 struct debug_memory_footer *ftr;
182 ftr = footer_from_header(hdr);
183 if (ftr->magic != DEBUG_MEMORY_MAGIC) {
205 ftr->magic = 0;
311 struct debug_memory_footer *ftr;
315 ftr = footer_from_header(hdr);
335 if (ftr->magic != DEBUG_MEMORY_MAGIC) {
382 struct debug_memory_footer *ftr;
388 ftr = footer_from_header(hdr);
396 if (ftr->magic != DEBUG_MEMORY_MAGIC) {
417 struct debug_memory_footer *ftr;
421 ftr = footer_from_header(hdr);
430 if (ftr->magic != DEBUG_MEMORY_MAGIC) {