OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_malloc
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/go/
test.c
25
void
__tsan_malloc
(void *p, unsigned long sz);
40
__tsan_malloc
(buf, 10);
44
__tsan_malloc
(buf, 10);
tsan_go.cc
143
void
__tsan_malloc
(void *p, uptr sz) {
function
Completed in 77 milliseconds