OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_alloc
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc
51
char *p = (char*)
user_alloc
(thr, pc, 10);
53
char *p2 = (char*)
user_alloc
(thr, pc, 20);
91
void *p =
user_alloc
(thr, pc, 100);
124
char *p = (char*)
user_alloc
(thr, pc, 10);
125
char *p2 = (char*)
user_alloc
(thr, pc, 20);
146
char *p = (char*)
user_alloc
(thr, 0, 10);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.h
28
void *
user_alloc
(ThreadState *thr, uptr pc, uptr sz,
tsan_mman.cc
104
void *
user_alloc
(ThreadState *thr, uptr pc, uptr sz, uptr align) {
function in namespace:__tsan
149
p2 =
user_alloc
(thr, pc, sz);
tsan_interceptors.cc
430
p =
user_alloc
(thr, pc, size);
438
return
user_alloc
(thr, pc, sz, align);
448
p =
user_alloc
(thr, pc, n * size);
500
p =
user_alloc
(thr, pc, size); \
714
return
user_alloc
(thr, pc, sz, align);
719
return
user_alloc
(thr, pc, sz, GetPageSizeCached());
725
return
user_alloc
(thr, pc, sz, GetPageSizeCached());
730
*memptr =
user_alloc
(thr, pc, sz, align);
[
all
...]
tsan_fd.cc
78
void *p =
user_alloc
(thr, pc, size);
Completed in 168 milliseconds