Home
last modified time | relevance | path

Searched defs:omAlloc (Results 1 – 8 of 8) sorted by path

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dsynchronizer.cpp1100 ObjectMonitor* ObjectSynchronizer::omAlloc(Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dsynchronizer.cpp1100 ObjectMonitor* ObjectSynchronizer::omAlloc(Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dsynchronizer.cpp1043 ObjectMonitor* ObjectSynchronizer::omAlloc(Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dsynchronizer.cpp1025 ObjectMonitor* ObjectSynchronizer::omAlloc(Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp971 ObjectMonitor * ATTR ObjectSynchronizer::omAlloc (Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp971 ObjectMonitor * ATTR ObjectSynchronizer::omAlloc (Thread * Self) { in omAlloc() function in ObjectSynchronizer
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomAllocDecl.h38 #define omAlloc(size) _omDebugAlloc((void*)(long)(size),OM_FSIZE|_OM_FKEE… macro
52 #define omAlloc(size) _omAlloc(size) macro
210 #define omAlloc(size) _omAlloc(size) macro
H A Dxalloc.h96 static inline void * omAlloc(size_t s) in omAlloc() function