HomeSort by relevance Sort by last modified time
    Searched refs:clo_memfs_malloc_path (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 167 extern Char* VG_(clo_memfs_malloc_path);
m_options.c 110 Char* VG_(clo_memfs_malloc_path) = NULL; variable
m_mallocfree.c 722 if (VG_(clo_memfs_malloc_path) && memfs_fd == -1) {
724 "memfs page size=%d ", VG_(clo_memfs_malloc_path),
726 SysRes sres = VG_(open)(VG_(clo_memfs_malloc_path),
734 VG_(clo_memfs_malloc_path) = NULL;
    [all...]
m_main.c 581 else if VG_STR_CLO (arg, "--memfs-malloc-path", VG_(clo_memfs_malloc_path)) {}
    [all...]

Completed in 32 milliseconds