Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc120 static void* allocate_addr(int size, int offset_from_aligned = 0) { in allocate_addr() function
131 : loc_(allocate_addr(16, offset_from_aligned)) { in MemLoc()