Searched defs:SUPERBLOCK_SIZE (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dcustom_alloc.c8 #define SUPERBLOCK_SIZE 100000 macro
16 void* p = mmap( 0, SUPERBLOCK_SIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
/external/valgrind/main/massif/tests/
H A Dcustom_alloc.c8 #define SUPERBLOCK_SIZE 100000 macro
16 void* p = mmap( 0, SUPERBLOCK_SIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
/external/valgrind/main/memcheck/tests/
H A Dcustom_alloc.c8 #define SUPERBLOCK_SIZE 100000 macro
16 void* p = mmap( 0, SUPERBLOCK_SIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
25 (void) VALGRIND_MAKE_MEM_NOACCESS(p, SUPERBLOCK_SIZE);
41 hp_lim = hp + SUPERBLOCK_SIZE - 1;
H A Dmempool.c8 #define SUPERBLOCK_SIZE 100000 macro
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
47 p->size = p->left = SUPERBLOCK_SIZE;
49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
91 munmap(p->mem, SUPERBLOCK_SIZE);
H A Dmempool2.c13 #define SUPERBLOCK_SIZE 100000 macro
42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
50 p->size = p->left = SUPERBLOCK_SIZE;
52 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
94 munmap(p->mem, SUPERBLOCK_SIZE);
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h34 * superblocks are supposed to be. We define SUPERBLOCK_SIZE because
40 #define SUPERBLOCK_SIZE 1024 macro

Completed in 133 milliseconds