top | item 46481211 (no title) d-lisp | 1 month ago > dangling pointers to raw memory that [are not] cleanedHow do you feel about building special constructs to automatically handle these ? discuss order hn newest reactordev|1 month ago I totally can but my gripe is about not wanting to. brabel|1 month ago c3 has a @pool annotation that makes a block use an arena to allocate, that should help since all memory is freed upon exiting the block. load replies (1)
reactordev|1 month ago I totally can but my gripe is about not wanting to. brabel|1 month ago c3 has a @pool annotation that makes a block use an arena to allocate, that should help since all memory is freed upon exiting the block. load replies (1)
brabel|1 month ago c3 has a @pool annotation that makes a block use an arena to allocate, that should help since all memory is freed upon exiting the block. load replies (1)
reactordev|1 month ago
brabel|1 month ago