Lines Matching defs:size
54 malloc_socket(const char *type, size_t size, unsigned int align, in malloc_socket()
84 rte_malloc_socket(const char *type, size_t size, unsigned int align, in rte_malloc_socket()
91 eal_malloc_no_trace(const char *type, size_t size, unsigned int align) in eal_malloc_no_trace()
100 rte_malloc(const char *type, size_t size, unsigned align) in rte_malloc()
109 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) in rte_zmalloc_socket()
138 rte_zmalloc(const char *type, size_t size, unsigned align) in rte_zmalloc()
147 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket()
156 rte_calloc(const char *type, size_t num, size_t size, unsigned align) in rte_calloc()
165 rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket) in rte_realloc_socket()
216 rte_realloc(void *ptr, size_t size, unsigned int align) in rte_realloc()
222 rte_malloc_validate(const void *ptr, size_t *size) in rte_malloc_validate()