Searched refs:DMem_AllocateBlock (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.h77 extern void * DMem_AllocateBlock(size_t size, const char * filename, int linenumber);
H A Ddebug_mem.c198 void * DMem_AllocateBlock(size_t size, const char * filename, int linenumber) { function
250 * Frees block of memory allocated with DMem_AllocateBlock
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.cpp42 void * ptr = DMem_AllocateBlock(size, filename, linenumber);
51 void * ptr = DMem_AllocateBlock(size, filename, linenumber);

Completed in 31 milliseconds