Searched defs:ftr_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp90 struct ftr_t { struct
94 static inline ftr_t* to_ftr(hdr_t* hdr) {
95 return reinterpret_cast<ftr_t*>(reinterpret_cast<char*>(hdr + 1) + hdr->size);
148 ftr_t* ftr = to_ftr(hdr);
156 ftr_t* ftr = to_ftr(hdr);
344 size_t size = sizeof(hdr_t) + bytes + sizeof(ftr_t);
381 void* base = g_malloc_dispatch->malloc(sizeof(hdr_t) + size + sizeof(ftr_t));
497 size_t size = sizeof(hdr_t) + bytes + sizeof(ftr_t);
531 size_t size = sizeof(hdr_t) + total_bytes + sizeof(ftr_t);

Completed in 30 milliseconds