RFR: 8200111: MallocArrayAllocator::free should not take a length parameter (original) (raw)
Stefan Karlsson stefan.karlsson at oracle.com
Thu Mar 22 15:31:52 UTC 2018
- Previous message: RFR: 8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
- Next message: RFR: 8200111: MallocArrayAllocator::free should not take a length parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
Please review this trivial patch to remove the length parameter from MallocArrayAllocator:🆓
http://cr.openjdk.java.net/~stefank/8200111/webrev.01/ https://bugs.openjdk.java.net/browse/JDK-8200111
This makes the MallocArrayAllocator as easy to use as the NEW_C_HEAP_ARRAY and FREE_C_HEAP_ARRAY.
Thanks, StefanK
- Previous message: RFR: 8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
- Next message: RFR: 8200111: MallocArrayAllocator::free should not take a length parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]