Lines Matching refs:user
65 static inline void *user(struct hdr *hdr) in user() function
70 static inline struct hdr *meta(void *user) in meta() argument
72 return ((struct hdr *)user) - 1; in meta()
212 memset(user(hdr), FREE_POISON, hdr->size); in poison()
218 const char *data = (const char *)user(hdr); in was_used_after_free()
232 user(hdr), hdr->size); in check_guards()
235 "(NOT DUMPING STACKTRACE)\n", user(hdr)); in check_guards()
244 user(hdr), hdr->size); in check_guards()
259 user(hdr), hdr->tag); in __check_allocation()
269 user(hdr), hdr->size); in __check_allocation()
279 user(hdr), hdr->size); in __check_allocation()
283 user(hdr), hdr->size); in __check_allocation()
356 return user(hdr); in __wrap_malloc()
375 user(hdr), hdr->size); in __wrap_free()
377 user(hdr), hdr->size); in __wrap_free()
381 user(hdr), hdr->size); in __wrap_free()
384 user(hdr), hdr->size); in __wrap_free()
389 user(hdr)); in __wrap_free()
423 user(hdr), size, hdr->size); in __wrap_realloc()
425 user(hdr), hdr->size); in __wrap_realloc()
429 user(hdr), hdr->size); in __wrap_realloc()
432 user(hdr), hdr->size); in __wrap_realloc()
443 user(hdr), size); in __wrap_realloc()
455 return user(hdr); in __wrap_realloc()
471 return user(hdr); in __wrap_calloc()
487 del->size, user(del), num); in heaptracker_free_leaked_memory()
491 user(del), del->size); in heaptracker_free_leaked_memory()