David Barr <davidbarr@xxxxxxxxxx> writes: > This allocator assigns an integer handle to each allocation which can be > used to retrieve the pointer to the start of the allocation and its > length. One more thing to add to yesterday's review. I think you would need to include a "method" that initializes a mem_pool object, and possibly another to destroy an existing one, freeing the resources (unless the API is meant to replace something like obj_hash in object.c). It was quite difficult to judge how good this API is as it took imagination on the reviewer's part on how a typical caller would look like. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html