ocstat
Nicolas Thery
nthery at gmail.com
Wed Jun 4 22:18:59 PDT 2008
2008/6/4 Aggelos Economopoulos <aoiko at cc.ece.ntua.gr>:
> On Wednesday 04 June 2008, Matthew Dillon wrote:
> [...]
>> Objcache will use the flag to detect double-frees.
>
> Keep in mind that detecting a double-free may be good, but knowing where
> the previous free took place takes you more than halfway towards a solution.
> But this would require the debug code to be a bit more resource-intensive
> and also some use of the preprocessor...
Maybe we could optionally call a debug back-end allocator, in place of
the client-specified one, that allocates whatever additional memory is
needed (e.g. room for a (partial) call stack).
More information about the Kernel
mailing list