OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalAlloc
(Results
1 - 17
of
17
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
48
void *
InternalAlloc
(uptr size, InternalAllocatorCache *cache = nullptr);
60
return
InternalAlloc
(size);
sanitizer_symbolizer.cc
44
void *mem =
InternalAlloc
(sizeof(SymbolizedStack));
sanitizer_allocator.cc
92
void *
InternalAlloc
(uptr size, InternalAllocatorCache *cache) {
sanitizer_suppressions.cc
132
s.templ = (char*)
InternalAlloc
(end2 - line + 1);
sanitizer_addrhashmap.h
256
add = (AddBucket*)
InternalAlloc
(kInitSize);
266
AddBucket *add1 = (AddBucket*)
InternalAlloc
(newsize);
sanitizer_libc.cc
109
char *s2 = (char*)
InternalAlloc
(len + 1);
117
char *s2 = (char*)
InternalAlloc
(len + 1);
sanitizer_symbolizer_libcdep.cc
22
*result = (char*)
InternalAlloc
(prefix_len + 1);
55
*result = (char *)
InternalAlloc
(prefix_len + 1);
sanitizer_deadlock_detector1.cc
81
DDLogicalThread *lt = (DDLogicalThread*)
InternalAlloc
(sizeof(*lt));
sanitizer_symbolizer_libbacktrace.cc
56
char *buf = (char *)
InternalAlloc
(data->allocated);
sanitizer_symbolizer_posix_libcdep.cc
346
char *res_buff = static_cast<char*>(
InternalAlloc
(res_length));
sanitizer_common.cc
352
void *mem =
InternalAlloc
(sizeof(AddressRange));
sanitizer_deadlock_detector2.cc
141
DDLogicalThread *lt = (DDLogicalThread*)
InternalAlloc
(
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
608
char *p = (char*)
InternalAlloc
(10);
610
char *p2 = (char*)
InternalAlloc
(20);
623
char *p = (char*)
InternalAlloc
(sz);
633
void *p =
InternalAlloc
(10 << 20);
/external/compiler-rt/lib/tsan/go/
tsan_go.cc
36
return
InternalAlloc
(sz);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
190
return
InternalAlloc
(sz, &thr->internal_alloc_cache);
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
39
thr = (Thread*)
InternalAlloc
(sizeof(*thr));
/external/compiler-rt/lib/msan/
msan_interceptors.cc
[
all
...]
Completed in 1979 milliseconds