Messages in this thread |  | | | Date | Sat, 8 Mar 2008 00:28:51 +0100 | | From | Andi Kleen <> | | Subject | Re: [PATCH] [6/13] Core maskable allocator | |
> Andi, I'm a little confused by _this_ statistics. We could get p = NULL
> there and change MASK_HIGH_WASTE even have mask not allocated. Am I
> wrong or miss something? Or maybe there should be '&&' instead of '||'?
You're right the statistics counter is increased incorrectly for the
p == NULL case. I'll fix that thanks. || is correct, see the comment
above.
-Andi
|  |