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

References

kythe_builtins/include/mm_malloc.h
   49     return malloc(__size);
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  277   void *p = malloc(len+1);
  375       (pthread_create_info *)malloc(sizeof(pthread_create_info));
  915     char *new_fmt = (char *)malloc(fmt_size + 1);
projects/compiler-rt/lib/safestack/safestack.cpp
  188       (thread_stack_ll *)malloc(sizeof(thread_stack_ll));
projects/compiler-rt/lib/tsan/dd/dd_interceptors.cpp
  166   void *newcond = malloc(sizeof(pthread_cond_t));