< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page

        

*** 547,555 **** class MallocArrayAllocator : public AllStatic { public: static size_t size_for(size_t length); static E* allocate(size_t length, MEMFLAGS flags); ! static void free(E* addr, size_t length); }; #endif // SHARE_VM_MEMORY_ALLOCATION_HPP --- 547,555 ---- class MallocArrayAllocator : public AllStatic { public: static size_t size_for(size_t length); static E* allocate(size_t length, MEMFLAGS flags); ! static void free(E* addr); }; #endif // SHARE_VM_MEMORY_ALLOCATION_HPP
< prev index next >