mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
1be0d390db
* alignment, cookie, constructor, destructor are rarely used (in fact constructors/destructors are never used at present.) * Add flags argument, this is more commonly used. This allows a lot of the invocations of create_object_cache_etc to be changed to invocations of just create_object_cache, simplifying the code significantly.