Searched refs:SIZE (Results 1 – 1 of 1) sorted by relevance
31 #define SIZE 0x40000000ul macro38 char *p = malloc (SIZE); in do_test()45 memset (p, 'x', SIZE - 1); in do_test()46 p[SIZE - 1] = 0; in do_test()
Completed in 3 milliseconds