repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libnuma.c
blob
4763d9cd587d51c8528ee9d5f80165dc93bb6565
1
#include <numa.h>
2
#include <numaif.h>
3
4
int
main
(
void
)
5
{
6
numa_available
();
7
8
return
0
;
9
}