1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00
emacs/mps/code
Gareth Rees 9b98c26ff3 Describe the block pool.
Copied from Perforce
 Change: 186091
 ServerID: perforce.ravenbrook.com
2014-05-13 17:49:35 +01:00
..
mps.xcodeproj Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
w3mv
.p4ignore
abq.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
abq.h
abqtest.c Use the mps to manage memory in test cases, not malloc! 2014-04-11 21:27:31 +01:00
airtest.c Scheme constructors now take an allocation point. 2014-05-04 20:39:31 +01:00
amcss.c It is an error to destroy a chain if there is an active trace using the chain. 2014-05-11 21:47:20 +01:00
amcsshe.c It is an error to destroy a chain if there is an active trace using the chain. 2014-05-11 21:47:20 +01:00
amcssth.c Park the arena before destroying the default chain, to ensure that there are no traces using that chain. 2014-05-12 11:19:57 +01:00
amsss.c It is an error to destroy a chain if there is an active trace using the chain. 2014-05-11 21:47:20 +01:00
amssshe.c It is an error to destroy a chain if there is an active trace using the chain. 2014-05-11 21:47:20 +01:00
anangc.gmk Need -lpthread so that we can compile the threading test cases, even though we aren't going to be able to run them. 2014-05-12 22:18:09 +01:00
ananll.gmk Need -lpthread so that we can compile the threading test cases, even though we aren't going to be able to run them. 2014-05-12 22:18:09 +01:00
ananmv.nmk Ansi platform compiles and passes tests on windows. in detail: 2014-05-13 10:12:56 +01:00
apss.c
arena.c
arenacl.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
arenacv.c
arenavm.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
arg.c Check the argument using argcheck. 2014-05-11 19:18:54 +01:00
arg.h Turn on -wduplicate-enum and -wmissing-variable-declarations options for clang. ensure the mps compiles with these options. 2014-04-11 15:17:20 +01:00
awlut.c Fix bugs in condemn logic: 2014-04-22 17:53:47 +01:00
awluthe.c Fix bugs in condemn logic: 2014-04-22 17:53:47 +01:00
awlutth.c
boot.c
boot.h
bt.c
bt.h
btcv.c
bttest.c
buffer.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
cbs.c Catch-up merge from branch/2014-03-30/addrset to branch/2014-04-15/mvffnoseg. 2014-05-13 16:27:17 +01:00
cbs.h
chain.h Fix bugs in condemn logic: 2014-04-22 17:53:47 +01:00
check.h
clock.h Remove some unused headers. 2014-05-10 09:47:58 +01:00
comm.gmk Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
commpost.nmk Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
commpre.nmk Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
config.h Catch-up merge from branch/2014-03-30/addrset to branch/2014-04-15/mvffnoseg. 2014-05-13 16:27:17 +01:00
dbgpool.c
dbgpool.h
dbgpooli.c
djbench.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
event.c Avoid strict aliasing warnings from gcc 4.8. 2014-04-12 21:44:18 +01:00
event.h
eventcnv.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
eventcom.h Turn on -wduplicate-enum and -wmissing-variable-declarations options for clang. ensure the mps compiles with these options. 2014-04-11 15:17:20 +01:00
eventdef.h
eventrep.c
eventrep.h
eventsql.c Ensure that mpseventsql compiles with gcc -wmissing-variable-declarations. 2014-04-11 21:18:23 +01:00
eventtxt.c Setenv requires _gnu_source, so get the headers in the right order so that the feature macros are set up in config.h before any system header is included. 2014-05-12 19:48:01 +01:00
exposet0.c Increase the commit limit for exposet0 so that the test always passes. 2014-05-12 19:51:54 +01:00
expt825.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
failover.c New generic function landsize returns the total size of ranges in a land (if the land supports it). implement it for all land classes. 2014-04-15 16:35:34 +01:00
failover.h
finalcv.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
finaltest.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
fmtdy.c
fmtdy.h
fmtdytst.c
fmtdytst.h
fmthe.c
fmthe.h
fmtno.c
fmtno.h
fmtscheme.c Scheme constructors now take an allocation point. 2014-05-04 20:39:31 +01:00
fmtscheme.h Scheme constructors now take an allocation point. 2014-05-04 20:39:31 +01:00
format.c
fotest.c Catch-up merge from master/...@185556 to branch/2014-03-30/addrset. 2014-04-15 13:14:50 +01:00
freelist.c Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
freelist.h
fri3gc.gmk
fri6gc.gmk
gc.gmk Fix problems identified in nb's review <https://info.ravenbrook.com/mail/2014/05/12/15-10-13/0/>. 2014-05-12 18:22:40 +01:00
gcbench.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
getopt.h
getoptl.c
global.c Catch-up merge from master sources @186035 to branch/2014-03-25/ansi. 2014-05-12 18:42:33 +01:00
gp.gmk
land.c New generic function landsize returns the total size of ranges in a land (if the land supports it). implement it for all land classes. 2014-04-15 16:35:34 +01:00
landtest.c Catch-up merge from master/...@185556 to branch/2014-03-30/addrset. 2014-04-15 13:14:50 +01:00
ld.c
lii3gc.gmk
lii6gc.gmk
lii6ll.gmk
ll.gmk Fix problems identified in nb's review <https://info.ravenbrook.com/mail/2014/05/12/15-10-13/0/>. 2014-05-12 18:22:40 +01:00
lo.h
locbwcss.c
lock.h Use x and x_none for x ∈ {lock, plinth, remembered_set, shield} to match the other settings (aver_and_check, event, statistics). 2014-04-16 10:48:21 +01:00
lockan.c
lockcov.c Use the mps to manage memory in test cases, not malloc! 2014-04-11 21:27:31 +01:00
lockix.c
lockli.c
lockut.c Use the mps to manage memory in test cases, not malloc! 2014-04-11 21:27:31 +01:00
lockw3.c
locus.c Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
locusss.c
locv.c
message.c
messtest.c
meter.c
meter.h Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
misc.h Remove some unused headers. 2014-05-10 09:47:58 +01:00
mpm.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
mpm.h Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
mpmss.c
mpmst.h New generic function landsize returns the total size of ranges in a land (if the land supports it). implement it for all land classes. 2014-04-15 16:35:34 +01:00
mpmtypes.h New generic function landsize returns the total size of ranges in a land (if the land supports it). implement it for all land classes. 2014-04-15 16:35:34 +01:00
mps.c Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
mps.h Catch-up merge from branch/2014-03-30/addrset to branch/2014-04-15/mvffnoseg. 2014-05-13 16:27:17 +01:00
mpsacl.h
mpsavm.h
mpscamc.h
mpscams.h
mpscawl.h
mpsclo.h
mpscmfs.h
mpscmv.h
mpscmv2.h
mpscmvff.h
mpscmvt.h
mpscsnc.h
mpsi.c The mps_args_add_field and mps_args_done now check that the number of arguments is in bounds. 2014-05-02 11:34:38 +01:00
mpsicv.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
mpsio.h
mpsioan.c
mpsiw3.c
mpslib.h
mpsliban.c Improve the assertion output so that it is less suggestive of a bug in the mps and more suggestive of a problem that needs investigation. 2014-05-12 15:59:21 +01:00
mpstd.h
mpswin.h
mv.nmk
mv2test.c
nailboard.c Add -wconversion to the options for gcc. ensure that the mps builds. 2014-04-11 14:25:15 +01:00
nailboard.h
nailboardtest.c
pc.nmk
pool.c Merge branch/2014-02-23/mvff-tune into branch/2014-04-15/mvffnoseg. 2014-05-13 16:10:51 +01:00
poolabs.c
poolamc.c Catch-up merge from master sources @186035 to branch/2014-03-25/ansi. 2014-05-12 18:42:33 +01:00
poolams.c Defined(aver_and_check_all) is a better condition for invalidating the colour tables. 2014-05-10 09:45:26 +01:00
poolams.h
poolamsi.c
poolawl.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
poollo.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
poolmfs.c Remove unused function mfsgetinfo and unused type mfsinfo. 2014-05-11 18:52:53 +01:00
poolmfs.h Remove unused function mfsgetinfo and unused type mfsinfo. 2014-05-11 18:52:53 +01:00
poolmrg.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
poolmrg.h
poolmv.c Merge branch/2014-02-23/mvff-tune into branch/2014-04-15/mvffnoseg. 2014-05-13 16:10:51 +01:00
poolmv.h
poolmv2.c Catch-up merge from master sources @186077 to branch/2014-03-30/addrset. 2014-05-13 16:21:39 +01:00
poolmv2.h
poolmvff.c Describe the block pool. 2014-05-13 17:49:35 +01:00
pooln.c
pooln.h
poolncv.c
poolsnc.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
prmcan.c
prmci3.h
prmci3fr.c
prmci3li.c Simpler cast, more checking. 2014-04-14 12:13:31 +01:00
prmci3w3.c
prmci3xc.c Simpler cast, more checking. 2014-04-14 12:32:18 +01:00
prmci6.h
prmci6fr.c
prmci6li.c Simpler casting, and more checking. 2014-04-14 12:07:14 +01:00
prmci6w3.c
prmci6xc.c Simpler casting and more checking. 2014-04-14 11:34:20 +01:00
prmcix.h
prmcw3.h
prmcxc.h
protan.c Catch-up merge from master sources to branch/2014-03-25/ansi. 2014-04-30 16:51:30 +01:00
proti3.c
proti6.c
protix.c Catch-up merge from master sources to branch/2014-03-25/ansi. 2014-04-30 16:51:30 +01:00
protli.c
protocol.c
protocol.h
protsgix.c
protw3.c Catch-up merge from master sources to branch/2014-03-25/ansi. 2014-04-30 16:51:30 +01:00
protxc.c Catch-up merge from master sources to branch/2014-03-25/ansi. 2014-04-30 16:51:30 +01:00
protxc.h
pthrdext.c
pthrdext.h
qs.c Catch-up merge from master sources @186035 to branch/2014-03-25/ansi. 2014-05-12 18:42:33 +01:00
range.c
range.h
ref.c
replay.c
reserv.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
ring.c Check the poolring so that there is an assertion failure (not a crash) if the client fails to destroy a pool. 2014-04-14 22:31:24 +01:00
ring.h Check the poolring so that there is an assertion failure (not a crash) if the client fails to destroy a pool. 2014-04-14 22:31:24 +01:00
root.c
sa.c
sa.h
sac.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
sac.h
sacss.c
sc.h
seg.c Catch-up merge from master sources @186035 to branch/2014-03-25/ansi. 2014-05-12 18:42:33 +01:00
segsmss.c Segsmss needs to park the arena (because otherwise there might be a collection running on the amst pool's chain). 2014-05-12 19:48:39 +01:00
shield.c
span.c
splay.c
splay.h
spw3i3.c
spw3i6.c
ss.c
ss.h
ssan.c Fix problems identified by dl in <https://info.ravenbrook.com/mail/2014/04/30/12-47-23/0/>. 2014-04-30 15:24:26 +01:00
ssixi3.c
ssixi6.c
ssw3i3mv.c
ssw3i3pc.c
ssw3i6mv.c
ssw3i6pc.c
steptest.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
table.c
table.h
teletest.c
testlib.c
testlib.h Windows doesn't have setenv, so use _putenv_s. 2014-05-13 09:32:06 +01:00
testthr.h
testthrix.c
testthrw3.c
th.h
than.c
thix.c
thw3.c
thw3.h
thw3i3.c
thw3i6.c
thxc.c
trace.c Check the trace argument to tracequantum. 2014-05-12 13:35:21 +01:00
traceanc.c Arenarelease now calls arenapoll (not tracepoll) so that it doesn't break in config_poll_none. 2014-04-30 17:00:11 +01:00
tract.c
tract.h
tree.c
tree.h
version.c Turn on -wduplicate-enum and -wmissing-variable-declarations options for clang. ensure the mps compiles with these options. 2014-04-11 15:17:20 +01:00
vman.c Catch-up merge from master sources to branch/2014-03-25/ansi. 2014-04-30 16:51:30 +01:00
vmix.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
vmw3.c Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04/10/23-23-42/0/> for full analysis. 2014-04-11 00:26:48 +01:00
w3i3mv.nmk Ansi platform compiles and passes tests on windows. in detail: 2014-05-13 10:12:56 +01:00
w3i3pc.nmk Ansi platform compiles and passes tests on windows. in detail: 2014-05-13 10:12:56 +01:00
w3i6mv.nmk Ansi platform compiles and passes tests on windows. in detail: 2014-05-13 10:12:56 +01:00
w3i6pc.nmk Ansi platform compiles and passes tests on windows. in detail: 2014-05-13 10:12:56 +01:00
walk.c Fix rash build on os x by adding the unused attribute to functions declared static that are not called in the rash variety. 2014-05-01 12:18:00 +01:00
walkt0.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
xci3gc.gmk
xci6ll.gmk
zcoll.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00
zmess.c Park the arena before calling mps_chain_destroy. 2014-05-12 12:53:46 +01:00