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