Lines Matching refs:socket
57 * NUMA socket as the core that calls this function.
85 * same NUMA socket as the core that calls this function.
111 * same NUMA socket as the core that calls this function.
164 * resides on requested NUMA socket.
176 * @param socket
177 * NUMA socket to allocate memory on.
184 rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket)
203 * @param socket
204 * NUMA socket to allocate memory on. If SOCKET_ID_ANY is used, this function
212 rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
233 * @param socket
234 * NUMA socket to allocate memory on. If SOCKET_ID_ANY is used, this function
242 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket)
263 * @param socket
264 * NUMA socket to allocate memory on. If SOCKET_ID_ANY is used, this function
272 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
302 * @param socket
303 * An unsigned integer specifying the socket to get heap statistics for
311 rte_malloc_get_socket_stats(int socket,
439 * socket ID, which can be found using ``rte_malloc_heap_get_socket()``
478 * Find socket ID corresponding to a named heap.
481 * Heap name to find socket ID for
492 * Check if a given socket ID refers to externally allocated memory.
499 * 1 if socket ID refers to externally allocated memory
500 * 0 if socket ID refers to internal DPDK memory
501 * -1 if socket ID is invalid