OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memcheck_initialize
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_debug_common.cpp
428
MemCheckInit
memcheck_initialize
=
local
429
reinterpret_cast<MemCheckInit>(dlsym(malloc_impl_handle, "
memcheck_initialize
"));
430
if (
memcheck_initialize
== NULL) {
431
error_log("%s:
memcheck_initialize
routine is not found in %s\n",
437
if (
memcheck_initialize
(MALLOC_ALIGNMENT, memcheck_tracing)) {
malloc_debug_qemu.cpp
352
* This variable is updated by
memcheck_initialize
routine. */
357
* stored in this variable. This variable is updated by
memcheck_initialize
640
extern "C" int
memcheck_initialize
(int alignment, const char* memcheck_param) {
function
[
all
...]
Completed in 1056 milliseconds