PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
dsm_registry.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* dsm_registry.h
4
* Functions for interfacing with the dynamic shared memory registry.
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* src/include/storage/dsm_registry.h
10
*
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef DSM_REGISTRY_H
14
#define DSM_REGISTRY_H
15
16
extern
void
*
GetNamedDSMSegment
(
const
char
*
name
,
size_t
size,
17
void
(*init_callback) (
void
*ptr),
18
bool
*found);
19
20
extern
Size
DSMRegistryShmemSize
(
void
);
21
extern
void
DSMRegistryShmemInit
(
void
);
22
23
#endif
/* DSM_REGISTRY_H */
Size
size_t Size
Definition:
c.h:576
DSMRegistryShmemInit
void DSMRegistryShmemInit(void)
Definition:
dsm_registry.c:69
DSMRegistryShmemSize
Size DSMRegistryShmemSize(void)
Definition:
dsm_registry.c:63
GetNamedDSMSegment
void * GetNamedDSMSegment(const char *name, size_t size, void(*init_callback)(void *ptr), bool *found)
Definition:
dsm_registry.c:131
name
const char * name
Definition:
wait_event_funcs.c:28
src
include
storage
dsm_registry.h
Generated on Fri Mar 14 2025 00:13:25 for PostgreSQL Source Code by
1.9.4