tree: 118644f07eb6a73e77b7ce8114a9d6b925141e3a [path history] [tgz]
  1. heap/
  2. .gitignore
  3. base_class_must_define_virtual_trace.cpp
  4. base_class_must_define_virtual_trace.h
  5. base_class_must_define_virtual_trace.txt
  6. base_requires_tracing.cpp
  7. base_requires_tracing.h
  8. base_requires_tracing.txt
  9. class_does_not_require_finalization.h
  10. class_multiple_trace_bases.cpp
  11. class_multiple_trace_bases.h
  12. class_multiple_trace_bases.txt
  13. class_must_crtp_itself.cpp
  14. class_must_crtp_itself.txt
  15. class_overrides_new.cpp
  16. class_overrides_new.h
  17. class_overrides_new.txt
  18. class_requires_trace_method.cpp
  19. class_requires_trace_method.h
  20. class_requires_trace_method.txt
  21. class_requires_trace_method_tmpl.cpp
  22. class_requires_trace_method_tmpl.h
  23. class_requires_trace_method_tmpl.txt
  24. crash_on_invalid.cpp
  25. crash_on_invalid.h
  26. crash_on_invalid.txt
  27. cycle_ptrs.cpp
  28. cycle_ptrs.flags
  29. cycle_ptrs.h
  30. cycle_ptrs.txt
  31. cycle_sub.cpp
  32. cycle_sub.flags
  33. cycle_sub.h
  34. cycle_sub.txt
  35. cycle_super.cpp
  36. cycle_super.flags
  37. cycle_super.h
  38. cycle_super.txt
  39. cycle_super_neg.cpp
  40. cycle_super_neg.flags
  41. cycle_super_neg.h
  42. cycle_super_neg.txt
  43. destructor_access_finalized_field.cpp
  44. destructor_access_finalized_field.h
  45. destructor_access_finalized_field.txt
  46. extra_padding.cpp
  47. extra_padding.flags
  48. extra_padding.txt
  49. fields_illegal_tracing.cpp
  50. fields_illegal_tracing.h
  51. fields_illegal_tracing.txt
  52. fields_require_tracing.cpp
  53. fields_require_tracing.h
  54. fields_require_tracing.txt
  55. finalize_after_dispatch.cpp
  56. finalize_after_dispatch.h
  57. finalize_after_dispatch.txt
  58. forbidden_fields.cpp
  59. forbidden_fields.h
  60. forbidden_fields.txt
  61. garbage_collected_mixin.cpp
  62. garbage_collected_mixin.h
  63. garbage_collected_mixin.txt
  64. ignore_class.cpp
  65. ignore_class.h
  66. ignore_class.txt
  67. ignore_fields.cpp
  68. ignore_fields.h
  69. ignore_fields.txt
  70. inner_class.cpp
  71. inner_class.h
  72. inner_class.txt
  73. left_most_gc_base.cpp
  74. left_most_gc_base.h
  75. left_most_gc_base.txt
  76. make_unique_gc_object.cpp
  77. make_unique_gc_object.h
  78. make_unique_gc_object.txt
  79. member_in_offheap_class.cpp
  80. member_in_offheap_class.h
  81. member_in_offheap_class.txt
  82. member_on_stack.cpp
  83. member_on_stack.flags
  84. member_on_stack.h
  85. member_on_stack.txt
  86. non_virtual_trace.cpp
  87. non_virtual_trace.h
  88. non_virtual_trace.txt
  89. off-heap-collections-of-gced.cpp
  90. off-heap-collections-of-gced.h
  91. off-heap-collections-of-gced.txt
  92. off-heap-collections-of-members.cpp
  93. off-heap-collections-of-members.h
  94. off-heap-collections-of-members.txt
  95. optional_gc_object.cpp
  96. optional_gc_object.h
  97. optional_gc_object.txt
  98. part_object_to_gc_derived_class.cpp
  99. part_object_to_gc_derived_class.h
  100. part_object_to_gc_derived_class.txt
  101. persistent_field_in_gc_managed_class.cpp
  102. persistent_field_in_gc_managed_class.flags
  103. persistent_field_in_gc_managed_class.h
  104. persistent_field_in_gc_managed_class.txt
  105. persistent_no_trace.cpp
  106. persistent_no_trace.h
  107. persistent_no_trace.txt
  108. polymorphic_class_with_non_virtual_trace.cpp
  109. polymorphic_class_with_non_virtual_trace.h
  110. polymorphic_class_with_non_virtual_trace.txt
  111. ptrs_to_traceable_class.cpp
  112. ptrs_to_traceable_class.flags
  113. ptrs_to_traceable_class.h
  114. ptrs_to_traceable_class.txt
  115. pure_virtual_trace.cpp
  116. pure_virtual_trace.h
  117. pure_virtual_trace.txt
  118. raw_ptr_to_gc_managed_class.cpp
  119. raw_ptr_to_gc_managed_class.h
  120. raw_ptr_to_gc_managed_class.txt
  121. raw_ptr_to_gc_managed_class_error.cpp
  122. raw_ptr_to_gc_managed_class_error.flags
  123. raw_ptr_to_gc_managed_class_error.h
  124. raw_ptr_to_gc_managed_class_error.txt
  125. ref_ptr_to_gc_managed_class.cpp
  126. ref_ptr_to_gc_managed_class.h
  127. ref_ptr_to_gc_managed_class.txt
  128. register_weak_members_template.cpp
  129. register_weak_members_template.h
  130. register_weak_members_template.txt
  131. stack_allocated.cpp
  132. stack_allocated.h
  133. stack_allocated.txt
  134. templated_class_with_local_class_requires_trace.cpp
  135. templated_class_with_local_class_requires_trace.h
  136. templated_class_with_local_class_requires_trace.txt
  137. test.py
  138. trace_after_dispatch.cpp
  139. trace_after_dispatch.h
  140. trace_after_dispatch.txt
  141. trace_after_dispatch_impl.cpp
  142. trace_after_dispatch_impl.h
  143. trace_after_dispatch_impl.txt
  144. trace_after_dispatch_impl_error.cpp
  145. trace_after_dispatch_impl_error.h
  146. trace_after_dispatch_impl_error.txt
  147. trace_collections.cpp
  148. trace_collections.h
  149. trace_collections.txt
  150. trace_if_needed.cpp
  151. trace_if_needed.h
  152. trace_if_needed.txt
  153. trace_if_needed_resolved.cpp
  154. trace_if_needed_resolved.h
  155. trace_if_needed_resolved.txt
  156. trace_templated_super.cpp
  157. trace_templated_super.h
  158. trace_templated_super.txt
  159. trace_wrapper.cpp
  160. trace_wrapper.h
  161. trace_wrapper.txt
  162. traceable_part_object_in_unmanaged.cpp
  163. traceable_part_object_in_unmanaged.txt
  164. traceimpl.cpp
  165. traceimpl.h
  166. traceimpl.txt
  167. traceimpl_dependent_scope.cpp
  168. traceimpl_dependent_scope.h
  169. traceimpl_dependent_scope.txt
  170. traceimpl_derived_from_templated_base.cpp
  171. traceimpl_derived_from_templated_base.h
  172. traceimpl_derived_from_templated_base.txt
  173. traceimpl_error.cpp
  174. traceimpl_error.h
  175. traceimpl_error.txt
  176. traceimpl_omitted_trace.cpp
  177. traceimpl_omitted_trace.h
  178. traceimpl_omitted_trace.txt
  179. traceimpl_overloaded.cpp
  180. traceimpl_overloaded.h
  181. traceimpl_overloaded.txt
  182. traceimpl_overloaded_error.cpp
  183. traceimpl_overloaded_error.h
  184. traceimpl_overloaded_error.txt
  185. unique_ptr_to_gc_managed_class.cpp
  186. unique_ptr_to_gc_managed_class.h
  187. unique_ptr_to_gc_managed_class.txt
  188. variant_of_gced_type.cpp
  189. variant_of_gced_type.h
  190. variant_of_gced_type.txt
  191. virtual_and_trace_after_dispatch.cpp
  192. virtual_and_trace_after_dispatch.h
  193. virtual_and_trace_after_dispatch.txt
  194. weak_fields_require_tracing.cpp
  195. weak_fields_require_tracing.h
  196. weak_fields_require_tracing.txt
  197. weak_ptr_to_gc_managed_class.cpp
  198. weak_ptr_to_gc_managed_class.h
  199. weak_ptr_to_gc_managed_class.txt