Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/bionic/bionic/tests/libs/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 487 B image not shown  

Quelle  dlopen_b.cpp

  Sprache: C
 

#include <dlfcn.h>

// Work around for http://b/20049306, which isn't going to be fixed.
int defeat_sibling_call_optimization = 0;

extern "C" void* dlopen_b() {
  // This is supposed to succeed because this library has DT_RUNPATH
  // for libtest_dt_runpath_x.so which should be taken into account
  // by dlopen.
  void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW);
  if (handle != nullptr) {
    defeat_sibling_call_optimization++;
    return handle;
  }
  return nullptr;
}

Messung V0.5 in Prozent
C=96 H=91 G=93

¤ Dauer der Verarbeitung: 0.7 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.