Searched refs:allocate_mem (Results 1 – 1 of 1) sorted by relevance
7 __attribute__((noinline)) void *allocate_mem() { return malloc(1); } in allocate_mem() function24 void *ptr = allocate_mem(); in main()