silentbicycle / theft

property-based testing for C: generate input to find obscure bugs, then reduce to minimal failing input
ISC License
611 stars 31 forks source link

wrap malloc/calloc/realloc/free in a memory hook #7

Open silentbicycle opened 7 years ago

silentbicycle commented 7 years ago

Add a mem_hook so that all dynamic memory management can be traced or replaced.