Searched defs:nothrow_constant (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp96 const std::nothrow_t& nothrow_constant, address caller_pc) {
95 operator new(size_t size, const std::nothrow_t& nothrow_constant, address caller_pc) argument
H A Dallocation.cpp420 void* Arena::operator new (size_t size, const std::nothrow_t& nothrow_constant) { argument
436 void* Arena::operator new(size_t size, const std::nothrow_t& nothrow_constant, MEMFLAGS flags) { argument
H A Dallocation.hpp185 _NOINLINE_ void* operator new (size_t size, const std::nothrow_t& nothrow_constant,
324 void* operator new (size_t size, const std::nothrow_t& nothrow_constant);
328 void* operator new(size_t size, const std::nothrow_t& nothrow_constant, MEMFLAGS flags);
496 void* operator new(size_t size, const std::nothrow_t& nothrow_constant) { argument
/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.cpp71 void* MemTrackWorker::operator new(size_t size, const std::nothrow_t& nothrow_constant) { argument
H A DmemRecorder.hpp56 void* operator new(size_t size, const std::nothrow_t& nothrow_constant) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp110 void* operator new(size_t size, std::nothrow_t& nothrow_constant) { return allocate(size, false); } argument

Completed in 60 milliseconds