PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
#define | pg_numa_touch_mem_if_required(ro_volatile_var, ptr) do {} while(0) |
Functions | |
PGDLLIMPORT int | pg_numa_init (void) |
PGDLLIMPORT int | pg_numa_query_pages (int pid, unsigned long count, void **pages, int *status) |
PGDLLIMPORT int | pg_numa_get_max_node (void) |
#define pg_numa_touch_mem_if_required | ( | ro_volatile_var, | |
ptr | |||
) | do {} while(0) |
PGDLLIMPORT int pg_numa_get_max_node | ( | void | ) |
Definition at line 75 of file pg_numa.c.
Referenced by pg_get_shmem_allocations_numa().
PGDLLIMPORT int pg_numa_init | ( | void | ) |
Definition at line 62 of file pg_numa.c.
Referenced by pg_buffercache_numa_pages(), pg_get_shmem_allocations_numa(), and pg_numa_available().
PGDLLIMPORT int pg_numa_query_pages | ( | int | pid, |
unsigned long | count, | ||
void ** | pages, | ||
int * | status | ||
) |
Definition at line 69 of file pg_numa.c.
Referenced by pg_buffercache_numa_pages(), and pg_get_shmem_allocations_numa().