| H A D | test_env.c | 147 unsigned flags, unsigned align) in spdk_memzone_reserve_aligned() 156 spdk_malloc(size_t size, size_t align, uint64_t *phys_addr, int numa_id, uint32_t flags) in spdk_malloc() 169 if (align == 0) { in spdk_malloc() 170 align = 8; in spdk_malloc() 173 if (posix_memalign(&buf, align, size)) { in spdk_malloc() 185 spdk_zmalloc(size_t size, size_t align, uint64_t *phys_addr, int numa_id, uint32_t flags) in spdk_zmalloc() 189 void *buf = spdk_malloc(size, align, phys_addr, -1, 1); in spdk_zmalloc() 199 spdk_dma_malloc(size_t size, size_t align, uint64_t *phys_addr) in spdk_dma_malloc() 203 return spdk_malloc(size, align, phys_addr, -1, 1); 208 spdk_realloc(void *buf, size_t size, size_t align) in spdk_realloc() 144 spdk_memzone_reserve_aligned(const char * name,size_t len,int socket_id,unsigned flags,unsigned align) spdk_memzone_reserve_aligned() argument 153 spdk_malloc(size_t size,size_t align,uint64_t * phys_addr,int socket_id,uint32_t flags) spdk_malloc() argument 182 spdk_zmalloc(size_t size,size_t align,uint64_t * phys_addr,int socket_id,uint32_t flags) spdk_zmalloc() argument 196 spdk_dma_malloc(size_t size,size_t align,uint64_t * phys_addr) spdk_dma_malloc() argument 205 spdk_realloc(void * buf,size_t size,size_t align) spdk_realloc() argument 214 spdk_dma_zmalloc(size_t size,size_t align,uint64_t * phys_addr) spdk_dma_zmalloc() argument 223 spdk_dma_malloc_socket(size_t size,size_t align,uint64_t * phys_addr,int socket_id) spdk_dma_malloc_socket() argument 232 spdk_dma_zmalloc_socket(size_t size,size_t align,uint64_t * phys_addr,int socket_id) spdk_dma_zmalloc_socket() argument 241 spdk_dma_realloc(void * buf,size_t size,size_t align,uint64_t * phys_addr) spdk_dma_realloc() argument [all...] |