On Tue, 23 Oct 2012, Tim Bird wrote: > There's a certain irony here. In embedded, we get all worked > up about efficiencies in the slab allocators, but don't have a good > way to track the larger memory allocations. Am I missing > something, or is there really no way to track these large > scale allocations? We could use consistent allocator calls everywhere. But these large allocators are rather rare. And sometimes we need pointers to page structs and other times we use pointers to the raw memory. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>