ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
|
Last change
on this file since e47f529 was e47f529, checked in by Thierry Delisle <tdelisle@…>, 10 years ago |
|
more conversion and compile seems to work well
|
-
Property mode
set to
100644
|
|
File size:
185 bytes
|
| Line | |
|---|
| 1 | #include "state.h"
|
|---|
| 2 |
|
|---|
| 3 | void swap();
|
|---|
| 4 |
|
|---|
| 5 | void sweep_roots(std::vector<void**>& worklist);
|
|---|
| 6 |
|
|---|
| 7 | void clear();
|
|---|
| 8 |
|
|---|
| 9 | void calc_usage();
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | #if DEBUG
|
|---|
| 13 | bool roots_match();
|
|---|
| 14 | bool no_from_space_ref();
|
|---|
| 15 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.