Searched refs:malloc_impl_handle (Results 1 – 1 of 1) sorted by relevance
405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl() local406 if (malloc_impl_handle == NULL) { in malloc_init_impl()413 malloc_debug_initialize = reinterpret_cast<MallocDebugInit>(dlsym(malloc_impl_handle, in malloc_init_impl()417 dlclose(malloc_impl_handle); in malloc_init_impl()421 dlclose(malloc_impl_handle); in malloc_init_impl()429 reinterpret_cast<MemCheckInit>(dlsym(malloc_impl_handle, "memcheck_initialize")); in malloc_init_impl()433 dlclose(malloc_impl_handle); in malloc_init_impl()438 dlclose(malloc_impl_handle); in malloc_init_impl()448 InitMalloc(malloc_impl_handle, &malloc_dispatch_table, "leak"); in malloc_init_impl()451 InitMalloc(malloc_impl_handle, &malloc_dispatch_table, "fill"); in malloc_init_impl()[all …]