Home
last modified time | relevance | path

Searched refs:DfxAllocator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h63 } DfxAllocator; typedef
71 DfxAllocator* GetDfxAllocator(void);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp302 DfxAllocator* allocator = GetDfxAllocator();
348 DfxAllocator* allocator = GetDfxAllocator();
390 DfxAllocator* allocator = GetDfxAllocator();
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c48 static DfxAllocator g_dfxAllocator = {
460 DfxAllocator* GetDfxAllocator(void) in GetDfxAllocator()