Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp282 ret = IsDfxAllocatorMem(p); in HWTEST_F()
307 if (p == nullptr || !IsDfxAllocatorMem(p)) { in HWTEST_F()
318 if (parr[time] == nullptr || !IsDfxAllocatorMem(parr[time])) { in HWTEST_F()
352 if (p == nullptr || !IsDfxAllocatorMem(p)) { in HWTEST_F()
363 if (parr[time] == nullptr || !IsDfxAllocatorMem(parr[time])) { in HWTEST_F()
395 if (p == nullptr || !IsDfxAllocatorMem(p)) { in HWTEST_F()
454 int ret = IsDfxAllocatorMem(nullptr); in HWTEST_F()
/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h88 * @brief IsDfxAllocatorMem
93 int IsDfxAllocatorMem(void* ptr);
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c465 int IsDfxAllocatorMem(void* ptr) in IsDfxAllocatorMem() function

Completed in 3 milliseconds