This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
phyus
/
linux-vybrid_public
Observar
8
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
ad5d69899e
Branches
Tags
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
linux-vybrid_pu...
/
tools
/
perf
/
config
/
feature-checks
/
test-libnuma.c
test-libnuma.c
89 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
#include <numa.h>
#include <numaif.h>
int main(void)
{
numa_available();
return 0;
}