blob: 2addccf00def16222f023001fd4ceda9f2258e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'alignedalloc.c',
'aset.c',
'bump.c',
'dsa.c',
'freepage.c',
'generation.c',
'mcxt.c',
'memdebug.c',
'portalmem.c',
'slab.c',
)
|