|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| int | pg_numa_init (void) |
| int | pg_numa_query_pages (int pid, unsigned long count, void **pages, int *status) |
| int | pg_numa_get_max_node (void) |
| int pg_numa_get_max_node | ( | void | ) |
Definition at line 136 of file pg_numa.c.
Referenced by pg_get_shmem_allocations_numa().
| int pg_numa_init | ( | void | ) |
Definition at line 123 of file pg_numa.c.
Referenced by pg_buffercache_os_pages_internal(), pg_get_shmem_allocations_numa(), and pg_numa_available().
| int pg_numa_query_pages | ( | int | pid, |
| unsigned long | count, | ||
| void ** | pages, | ||
| int * | status | ||
| ) |
Definition at line 130 of file pg_numa.c.
Referenced by pg_buffercache_os_pages_internal(), and pg_get_shmem_allocations_numa().