caetanosauer / zero

Fork of the Shore-MT storage manager used by the research project Instant Recovery
Other
29 stars 10 forks source link

block_alloc does not handle out-of-memory error #15

Open caetanosauer opened 9 years ago

caetanosauer commented 9 years ago

If we produce a memory leak by acquiring objects from a block_alloc memory pool but never release them, no error is thrown and it seems like memory of other objects is corrupted (see closed issue #12).