Searched refs:ret_value (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_common.cpp406 int ret_value = __cxa_atexit(malloc_fini_impl, nullptr, nullptr); local
407 if (ret_value != 0) {
408 error_log("failed to set atexit cleanup function: %d", ret_value);

Completed in 262 milliseconds