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

  /bionic/libc/private/
bionic_malloc.h 47 } android_mallopt_leak_info_t; typedef in typeref:struct:__anon1475
78 // arg = android_mallopt_leak_info_t*
79 // arg_size = sizeof(android_mallopt_leak_info_t)
83 // arg = android_mallopt_leak_info_t*
84 // arg_size = sizeof(android_mallopt_leak_info_t)
  /bionic/libc/bionic/
malloc_common_dynamic.cpp 412 bool GetMallocLeakInfo(android_mallopt_leak_info_t* leak_info) {
424 bool FreeMallocLeakInfo(android_mallopt_leak_info_t* leak_info) {
487 if (arg == nullptr || arg_size != sizeof(android_mallopt_leak_info_t)) {
491 return GetMallocLeakInfo(reinterpret_cast<android_mallopt_leak_info_t*>(arg));
494 if (arg == nullptr || arg_size != sizeof(android_mallopt_leak_info_t)) {
498 return FreeMallocLeakInfo(reinterpret_cast<android_mallopt_leak_info_t*>(arg));
524 android_mallopt_leak_info_t leak_info = {};
535 android_mallopt_leak_info_t leak_info = { .buffer = info };
  /frameworks/av/media/utils/
MemoryLeakTrackUtil.cpp 54 android_mallopt_leak_info_t leak_info;
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 201 android_mallopt_leak_info_t leak_info;

Completed in 269 milliseconds