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

  /bionic/libc/bionic/
malloc_debug_common.cpp 430 MemCheckInit memcheck_initialize = local
432 "memcheck_initialize"));
433 if (memcheck_initialize == NULL) {
434 error_log("%s: memcheck_initialize routine is not found in %s\n",
440 if (memcheck_initialize(MALLOC_ALIGNMENT, memcheck_tracing)) {
malloc_debug_qemu.cpp 348 * This variable is updated by memcheck_initialize routine. */
353 * stored in this variable. This variable is updated by memcheck_initialize
631 extern "C" int memcheck_initialize(int alignment, const char* memcheck_param) { function
    [all...]

Completed in 821 milliseconds