Searched refs:heap_string (Results 1 – 4 of 4) sorted by relevance
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_str_test.cc | 83 char *heap_string = Ident((char*)malloc(length + 1)); in TEST() local 87 heap_string[i] = 'a'; in TEST() 90 heap_string[length] = 0; in TEST() 92 StrLenOOBTestTemplate(heap_string, length, OOBKind::Heap); in TEST() 95 free(heap_string); in TEST() 103 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST() local 104 memcpy(heap_string, L"Hello, World!", hello_size); in TEST() 105 EXPECT_EQ(hello_len, Ident(wcslen(heap_string))); in TEST() 106 EXPECT_DEATH(Ident(wcslen(heap_string + 14)), RightOOBReadMessage(0)); in TEST() 107 free(heap_string); in TEST()
|
| /external/openthread/src/core/ |
| D | BUILD.gn | 416 "common/heap_string.cpp", 417 "common/heap_string.hpp",
|
| D | CMakeLists.txt | 109 common/heap_string.cpp
|
| /external/openthread/ |
| D | Android.bp | 181 "src/core/common/heap_string.cpp",
|