OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_alloc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mman_test.cc
40
char *p = (char*)
user_alloc
(thr, pc, 10);
42
char *p2 = (char*)
user_alloc
(thr, pc, 20);
68
void *p =
user_alloc
(thr, pc, 100);
101
char *p = (char*)
user_alloc
(thr, pc, 10);
102
char *p2 = (char*)
user_alloc
(thr, pc, 20);
123
char *p = (char*)
user_alloc
(thr, 0, 10);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_malloc_mac.cc
34
void *p =
user_alloc
(thr, pc, size)
tsan_mman.h
35
void *
user_alloc
(ThreadState *thr, uptr pc, uptr sz);
tsan_new_delete.cc
38
p =
user_alloc
(thr, pc, size); \
tsan_mman.cc
188
void *
user_alloc
(ThreadState *thr, uptr pc, uptr sz) {
function in namespace:__tsan
tsan_interceptors_mac.cc
320
*h = (uptr)
user_alloc
(thr, pc, /*size=*/1);
tsan_interceptors.cc
678
p =
user_alloc
(thr, pc, size);
Completed in 38 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025