Beginnings of new memory allocation infrastrcture.
authorRobert Haas <rhaas@postgresql.org>
Tue, 10 Dec 2013 19:08:15 +0000 (14:08 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 6 Feb 2014 14:22:58 +0000 (09:22 -0500)
commit56e1d1fe51b6f62f2ebb3bd06cda0684a73e9758
tree52ceff44986f7389c39acf274f988a50110eb44d
parent14aa601f50edefb18f65956a4b32131b9c9ea2da
Beginnings of new memory allocation infrastrcture.
src/backend/utils/mmgr/Makefile
src/backend/utils/mmgr/mspan.c [new file with mode: 0644]
src/include/utils/aspace_map.h [new file with mode: 0644]
src/include/utils/mspan.h [new file with mode: 0644]