Home
last modified time | relevance | path

Searched refs:MALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dl3_bank_test.c12 #define MALLOC_SIZE (0x10000 * 10) /* Ought to be enough .. */ macro
23 p = malloc(MALLOC_SIZE); in l3_bank_test()
30 for (i = 0; i < MALLOC_SIZE; i += 0x10000) in l3_bank_test()
/external/valgrind/drd/tests/
Dfree_is_write.c12 #define MALLOC_SIZE 22816 macro
28 ptr = malloc(MALLOC_SIZE); in thread_func()
29 memset(ptr, 0, MALLOC_SIZE); in thread_func()
/external/ltp/tools/pounder21/src/mem_alloc_test/
Dmem_alloc.c51 #define MALLOC_SIZE 0x10000 // = 64KB... for each sbrk(MALLOC_SIZE) in macro
224 intptr_t incr = MALLOC_SIZE; // 64KB in malloc_data()
255 intptr_t incr = MALLOC_SIZE; // 64KB in dealloc_data()
290 intptr_t incr = MALLOC_SIZE; // 64KB in handle_COW()