Searched refs:JLI_MemRealloc (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djli_util.h31 void *JLI_MemRealloc(void *ptr, size_t size);
H A Djli_util.c56 JLI_MemRealloc(void *ptr, size_t size) function
H A Dwildcard.c274 fl->files = JLI_MemRealloc(fl->files,
/openjdk7/jdk/src/share/bin/
H A Djli_util.c52 JLI_MemRealloc(void *ptr, size_t size) function
H A Djli_util.h36 void *JLI_MemRealloc(void *ptr, size_t size);
H A Dwildcard.c262 fl->files = JLI_MemRealloc(fl->files,
/openjdk7/jdk/src/windows/bin/
H A Dcmdtoargs.c44 #define JLI_MemRealloc realloc macro
186 argv = (StdArg*) JLI_MemRealloc(argv, (nargs+1) * sizeof(StdArg));

Completed in 26 milliseconds