OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMetaData
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/msan/
msan_allocator.cc
128
reinterpret_cast<Metadata *>(allocator.
GetMetaData
(allocated));
147
Metadata *meta = reinterpret_cast<Metadata *>(allocator.
GetMetaData
(p));
185
Metadata *meta = reinterpret_cast<Metadata*>(allocator.
GetMetaData
(old_p));
216
Metadata *b = (Metadata *)allocator.
GetMetaData
(p);
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
116
uptr *metadata = reinterpret_cast<uptr*>(a->
GetMetaData
(x));
124
uptr *metadata = reinterpret_cast<uptr*>(a->
GetMetaData
(x));
174
meta[i] = a->
GetMetaData
(x);
179
void *m = a->
GetMetaData
(allocated[idx]);
363
uptr *meta = reinterpret_cast<uptr*>(a.
GetMetaData
(x));
377
uptr *meta = reinterpret_cast<uptr*>(a.
GetMetaData
(p));
445
uptr *meta = reinterpret_cast<uptr*>(a->
GetMetaData
(x));
455
uptr *meta = reinterpret_cast<uptr*>(a->
GetMetaData
(x));
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
68
return reinterpret_cast<ChunkMetadata *>(allocator.
GetMetaData
(p));
/external/opencv3/modules/videoio/src/
cap_openni.cpp
208
approxSyncGrabber.depthGenerator.
GetMetaData
(depth);
209
approxSyncGrabber.imageGenerator.
GetMetaData
(image);
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
393
void *
GetMetaData
(const void *p) {
719
void *
GetMetaData
(const void *p) {
[
all
...]
/external/compiler-rt/lib/asan/
asan_allocator.cc
115
get_allocator().
GetMetaData
(AllocBeg(locked_version)));
417
uptr *meta = reinterpret_cast<uptr *>(allocator.
GetMetaData
(allocated));
584
uptr *meta = reinterpret_cast<uptr *>(allocator.
GetMetaData
(alloc_beg));
Completed in 1034 milliseconds