Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 4 of 4) sorted by relevance

/tools/security/sanitizer-status/
Dsanitizer-status.cpp39 volatile char* heap = reinterpret_cast<volatile char *>(malloc(32)); in test_crash_malloc_overflow() local
40 heap[32] = heap[32]; in test_crash_malloc_overflow()
46 volatile char* heap = reinterpret_cast<volatile char *>(malloc(32)); in test_crash_malloc_uaf() local
47 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() local
62 pthread_mutex_unlock((pthread_mutex_t*)&heap[32]); in test_crash_pthread_mutex_unlock()
/tools/aadevtools/avd/
DREADME.md14 * 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.
/tools/apksig/etc/
Dapksigner.bat71 REM By default, give apksigner a max heap size of 1 gig and a stack size of 1meg.
/tools/security/fuzzing/example_fuzzer/
DREADME.md90 Freed heap region: fd