summaryrefslogtreecommitdiff
path: root/sys/lib/acid/leak
AgeCommit message (Collapse)Author
2015-10-19acid/leak: fix endless loop for B2NB(b) == b case (thanks mischief)cinap_lenrek
2015-02-26leak: report alloc size mismatchcinap_lenrek
2014-02-10acid: remove objchar, prefering foobar.$objtype.acidcinap_lenrek
acid already sets up objtype for us.
2014-02-10acid: update acid libraries for amd64cinap_lenrek
2013-12-25acid leak: remove arena pointer a < 0xff000000 checkcinap_lenrek
in the kernel, area can lie above 0xff000000
2013-12-17acid leak: handle ALIGN_MAGIC padding of skip area for mallocalign()cinap_lenrek
the alloc and realloc tag words do not start at the beginning of a block created by mallocalign(). instead, the block is padded with ALIGN_MAGIC.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/libTaru Karttunen