HomeSort by: relevance | last modified time | path
    Searched refs:PointsIntoChunk (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 223 uptr PointsIntoChunk(void *p);
lsan_allocator.cc 230 uptr PointsIntoChunk(void* p) {
lsan_common.cc 169 uptr chunk = PointsIntoChunk(p);
806 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.h 243 uptr PointsIntoChunk(void *p);
lsan_allocator.cpp 251 uptr PointsIntoChunk(void* p) {
lsan_common.cpp 194 uptr chunk = PointsIntoChunk(p);
262 uptr chunk = PointsIntoChunk(ptr);
944 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.h 127 uptr PointsIntoChunk(void *p);
lsan_allocator.cpp 279 uptr PointsIntoChunk(void* p) {
lsan_common.cpp 309 uptr chunk = PointsIntoChunk(p);
383 uptr chunk = PointsIntoChunk(ptr);
1006 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 554 uptr PointsIntoChunk(void *p) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 998 uptr PointsIntoChunk(void* p) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 1095 uptr PointsIntoChunk(void *p) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 1129 uptr PointsIntoChunk(void *p) {

Completed in 39 milliseconds