| H A D | memory-alloc.h | 17 int __must_check vdo_allocate_memory(size_t size, size_t align, const char *what, void *ptr); 24 * @WHAT: What is being allocated (for error logging) 29 #define vdo_allocate(COUNT, WHAT, PTR) \ 31 __alignof__(typeof(**(PTR))), WHAT, PTR) 39 * @WHAT: What is being allocated (for error logging) 44 #define vdo_allocate_extended(COUNT, FIELD, WHAT, PTR) \ in __vdo_do_allocation() 47 WHAT, \ in __vdo_do_allocation() 55 * @what in __vdo_do_allocation() 41 __vdo_do_allocation(size_t count,size_t size,size_t extra,size_t align,const char * what,void * ptr) __vdo_do_allocation() argument 70 vdo_allocate(COUNT,TYPE,WHAT,PTR) global() argument 86 vdo_allocate_extended(TYPE1,COUNT,TYPE2,WHAT,PTR) global() argument 110 vdo_allocate_cache_aligned(size_t size,const char * what,void * ptr) vdo_allocate_cache_aligned() argument [all...] |