This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SoftwareDesign
/
csu3_am335x
Obserwuj
8
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
52bd49a6d4
Gałęzie
Tagi
master
csu3_am335x
/
board-support
/
linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305
/
tools
/
build
/
feature
/
test-libnuma.c
test-libnuma.c
89 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#include <numa.h>
#include <numaif.h>
int main(void)
{
numa_available();
return 0;
}