Home
last modified time | relevance | path

Searched refs:ReleaseMemoryBlockLocal (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp73 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));
76 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));
80 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));
81 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));
135 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));
143 HWTEST_F(SharedMemoryAllocatorTest, ReleaseMemoryBlockLocal, TestSize.Level1)
145 … ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("or")); // 释放不存在的内存块返回-1
/developtools/profiler/device/services/shared_memory/include/
Dshare_memory_allocator.h33 EXPORT_API bool ReleaseMemoryBlockLocal(std::string name);
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_allocator.cpp39 bool ShareMemoryAllocator::ReleaseMemoryBlockLocal(std::string name) in ReleaseMemoryBlockLocal() function in ShareMemoryAllocator
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp241 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(pluginName); in DestroyPluginSession()
277 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(pluginName); in RemovePluginSessionCtx()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp338 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(smbName_); in DestroyPluginSession()