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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  399                  AllocType alloc_type, bool can_fill) {
  610                   BufferedStackTrace *stack, AllocType alloc_type) {
  815 AllocType AsanChunkView::GetAllocType() const {
  865 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
  870                  BufferedStackTrace *stack, AllocType alloc_type) {
  927                     AllocType alloc_type) {
projects/compiler-rt/lib/asan/asan_allocator.h
   68   AllocType GetAllocType() const;
  204                     AllocType alloc_type);
  205 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
  207                  BufferedStackTrace *stack, AllocType alloc_type);
projects/compiler-rt/lib/asan/asan_errors.h
  113   AllocType alloc_type, dealloc_type;
  118                          AllocType alloc_type_, AllocType dealloc_type_)
  118                          AllocType alloc_type_, AllocType dealloc_type_)
projects/compiler-rt/lib/asan/asan_report.cpp
  238                              AllocType alloc_type,
  239                              AllocType dealloc_type) {
projects/compiler-rt/lib/asan/asan_report.h
   58                              AllocType alloc_type,
   59                              AllocType dealloc_type);