|
|
|
|
|
by throwaway_pdp09
2022 days ago
|
|
Fair question, was unclear. Cycle detection at point of creation (when a pointer is set). You can do a full scan of data structure graph after every malloc but that's equivalent to your GC, and clearly horribly, unacceptably expensive. |
|