reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_malloc_linux.cpp
   39   return off < allocated_for_dlsym * sizeof(alloc_memory_for_dlsym[0]);
   44   void *mem = (void*)&alloc_memory_for_dlsym[allocated_for_dlsym];
   46   allocated_for_dlsym += size_in_words;
   47   CHECK_LT(allocated_for_dlsym, kDlsymAllocPoolSize);
   55   uptr prev_offset = allocated_for_dlsym - last_dlsym_alloc_size_in_words;
   59     allocated_for_dlsym = prev_offset;
   71   uptr addr = (uptr)&alloc_memory_for_dlsym[allocated_for_dlsym];
   80   allocated_for_dlsym = allocated;