Searched refs:MALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
12 #define MALLOC_SIZE (0x10000 * 10) /* Ought to be enough .. */ macro23 p = malloc(MALLOC_SIZE); in l3_bank_test()30 for (i = 0; i < MALLOC_SIZE; i += 0x10000) in l3_bank_test()
12 #define MALLOC_SIZE 22816 macro28 ptr = malloc(MALLOC_SIZE); in thread_func()29 memset(ptr, 0, MALLOC_SIZE); in thread_func()
51 #define MALLOC_SIZE 0x10000 // = 64KB... for each sbrk(MALLOC_SIZE) in macro224 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()