Lines Matching defs:hdr

44 struct hdr {  struct
46 struct hdr *prev; argument
47 struct hdr *next; argument
60 static inline struct ftr * to_ftr(struct hdr *hdr) in to_ftr()
65 static inline void *user(struct hdr *hdr) in user()
119 static inline void init_front_guard(struct hdr *hdr) in init_front_guard()
124 static inline int is_front_guard_valid(struct hdr *hdr) in is_front_guard_valid()
133 static inline void init_rear_guard(struct hdr *hdr) in init_rear_guard()
139 static inline int is_rear_guard_valid(struct hdr *hdr) in is_rear_guard_valid()
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add()
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) in __del()
186 static inline void add(struct hdr *hdr, size_t size) in add()
198 static inline int del(struct hdr *hdr) in del()
210 static inline void poison(struct hdr *hdr) in poison()
215 static int was_used_after_free(struct hdr *hdr) in was_used_after_free()
226 static inline int check_guards(struct hdr *hdr, int *safe) in check_guards()
252 static inline int __check_allocation(struct hdr *hdr, int *safe) in __check_allocation()
291 static inline int __del_and_check(struct hdr *hdr, in __del_and_check()
304 static inline void __del_from_backlog(struct hdr *hdr) in __del_from_backlog()
313 static inline void del_from_backlog(struct hdr *hdr) in del_from_backlog()
320 static inline int del_leak(struct hdr *hdr, int *safe) in del_leak()
331 static inline void add_to_backlog(struct hdr *hdr) in add_to_backlog()
350 struct hdr *hdr = __real_malloc(sizeof(struct hdr) + size + in __wrap_malloc() local
363 struct hdr *hdr; in __wrap_free() local
404 struct hdr *hdr; in __wrap_realloc() local
464 struct hdr *hdr; in __wrap_calloc() local
507 struct hdr *hdr; in check_list() local