Searched refs:check_for_overflow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp304 bool check_for_overflow(size_t request, const char* whence, function in class:Arena
336 if (!check_for_overflow(x, "Arena::Amalloc", alloc_failmode))
351 if (!check_for_overflow(x, "Arena::Amalloc_4", alloc_failmode))
373 if (!check_for_overflow(x, "Arena::Amalloc_D", alloc_failmode))
H A Dallocation.cpp599 check_for_overflow(x, "Arena::internal_malloc_4");

Completed in 130 milliseconds