Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl_tests/
Dtsan_test_util_linux.cc78 static void* allocate_addr(int size, int offset_from_aligned = 0) { in allocate_addr() function
89 : loc_(allocate_addr(16, offset_from_aligned)) { in MemLoc()