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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp899 const int uninitBlockPad = 0xF1; // value used to zap newly malloc'd blocks. variable
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp581 for (u_char* pq = ptr+MallocCushion; pq < end; pq++) *pq = (u_char)uninitBlockPad;

Completed in 36 milliseconds