HomeSort by relevance Sort by last modified time
    Searched refs:heap_ptr (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/
debug_locate.cc 17 char *heap_ptr = (char *)malloc(10); local
52 type = __asan_locate_address(heap_ptr, name, 100,
55 assert(region_address == heap_ptr);
58 type = __asan_locate_address(heap_ptr+1, name, 100,
61 assert(region_address == heap_ptr);
68 uintptr_t shadow_ptr = (((uintptr_t)heap_ptr) >> shadow_scale)
77 free(heap_ptr);
debug_report.cc 13 char *heap_ptr = (char *)malloc(10); local
14 free(heap_ptr);
18 heap_ptr[0] = 'A'; // BOOM

Completed in 275 milliseconds