Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13e14a7

Browse files
committed
Management of free memory pages.
This is intended as infrastructure for a full-fledged allocator fordynamic shared memory. The interface looks a bit like a realallocator, but only supports allocating and freeing memory inmultiples of the 4kB page size. Further, to free memory, you mustknow the size of the span you wish to free, in pages. While these aremake it unsuitable as an allocator in and of itself, it still servesas very useful scaffolding for a full-fledged allocator.Robert Haas and Thomas Munro. This code is mostly the same as my 2014submission, but Thomas fixed quite a few bugs and made some changes tothe interface.Discussion: CA+TgmobkeWptGwiNa+SGFWsTLzTzD-CeLz0KcE-y6LFgoUus4A@mail.gmail.comDiscussion: CAEepm=1z5WLuNoJ80PaCvz6EtG9dN0j-KuHcHtU6QEfcPP5-qA@mail.gmail.com
1 parentfbc1c12 commit13e14a7

File tree

4 files changed

+1993
-1
lines changed

4 files changed

+1993
-1
lines changed

‎src/backend/utils/mmgr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ subdir = src/backend/utils/mmgr
1212
top_builddir = ../../../..
1313
include$(top_builddir)/src/Makefile.global
1414

15-
OBJS = aset.o mcxt.o portalmem.o
15+
OBJS = aset.ofreepage.omcxt.o portalmem.o
1616

1717
include$(top_srcdir)/src/backend/common.mk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp