Searched refs:NUMA_DEBUG_ALLOC (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/numa/
H A Dnuma_debug.h35 #define NUMA_DEBUG_ALLOC(x...) NUMA_DEBUG_PRINT("[numa alloc] " x); macro
H A Dalloc.c234 NUMA_DEBUG_ALLOC("allocate on node %" PRIuNODEID "\n", node);
249 NUMA_DEBUG_ALLOC("mapping allocated frame\n");
263 NUMA_DEBUG_ALLOC("frame mapped @ %p\n", addr);
283 NUMA_DEBUG_ALLOC("allocate on local node %" PRIuNODEID "\n", node);
334 NUMA_DEBUG_ALLOC("allocating interleaved using %" PRIuNODEID " nodes\n", nodes);
416 NUMA_DEBUG_ALLOC("allocate according to policy\n");
483 NUMA_DEBUG_ALLOC("allocating frame on node %" PRIuNODEID "\n", node);
495 NUMA_DEBUG_ALLOC("setting affinity to 0x%" PRIx64 "..0x%" PRIx64 "\n",
504 NUMA_DEBUG_ALLOC("restore affinity to 0x%" PRIx64 "..0x%" PRIx64 "\n",
528 NUMA_DEBUG_ALLOC("allocatin
[all...]

Completed in 30 milliseconds