Searched refs:heap (Results 1 – 4 of 4) sorted by relevance
39 volatile char* heap = reinterpret_cast<volatile char *>(malloc(32)); in test_crash_malloc_overflow() local40 heap[32] = heap[32]; in test_crash_malloc_overflow()46 volatile char* heap = reinterpret_cast<volatile char *>(malloc(32)); in test_crash_malloc_uaf() local47 free((void *)heap); in test_crash_malloc_uaf()48 heap[0] = heap[0]; in test_crash_malloc_uaf()61 volatile char* heap = reinterpret_cast<volatile char *>(malloc(32)); in test_crash_pthread_mutex_unlock() local62 pthread_mutex_unlock((pthread_mutex_t*)&heap[32]); in test_crash_pthread_mutex_unlock()
14 * patch_avd.sh changes an AVD configuration for bigger RAM, heap & data disk. So it can perform pro…15 * patch_all_avds.sh changes all AVD configuration for more RAM & heap. So it can perform properly.
71 REM By default, give apksigner a max heap size of 1 gig and a stack size of 1meg.
90 Freed heap region: fd