MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_mem_on_socket

Function is_mem_on_socket

dpdk/app/test/test_malloc.c:946–950  ·  view source on GitHub ↗

Check if memory is available on a specific socket */

Source from the content-addressed store, hash-verified

944
945/* Check if memory is available on a specific socket */
946static int
947is_mem_on_socket(int32_t socket)
948{
949 return rte_memseg_list_walk(check_socket_mem, &socket);
950}
951
952
953/*

Callers 2

test_realloc_numaFunction · 0.85
test_alloc_socketFunction · 0.85

Calls 1

rte_memseg_list_walkFunction · 0.85

Tested by

no test coverage detected