Searched defs:mptr (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/ |
H A D | dfx_allocator.c | 123 void* mptr = mmap(NULL, DFX_PAGE_SIZE, PROT_READ | PROT_WRITE, in MempoolAllocPage() local 290 void* mptr = mmap(NULL, allocSize, PROT_READ | PROT_WRITE, in AllocMmap() local
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_resource.cpp | 155 auto mptr = new (std::nothrow) std::map<std::string, IdValues *>(); in Init() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 319 auto mptr = std::make_shared<std::map<std::string, std::shared_ptr<IdValues>>>(); in Init() local
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/ |
H A D | executor_test.cpp | 965 OH_NN_Memory mptr = {expectData, 9 * sizeof(float)}; variable 1152 OH_NN_Memory mptr = {expectData, 9 * sizeof(float)}; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/ |
H A D | executor_test.cpp | 965 OH_NN_Memory mptr = {expectData, 9 * sizeof(float)}; variable 1152 OH_NN_Memory mptr = {expectData, 9 * sizeof(float)}; variable
|