HomeSort by relevance Sort by last modified time
    Searched defs:__libc_fatal (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/android/include/
libc_logging.h 33 #define __libc_fatal(format, ...) abort() macro
  /bionic/libc/bionic/
libc_logging.cpp 616 __libc_fatal("FORTIFY: %s", msg);
619 static void __libc_fatal(const char* format, va_list args) { function
640 __libc_fatal(format, args);
644 void __libc_fatal(const char* format, ...) { function
647 __libc_fatal(format, args);

Completed in 114 milliseconds