Searched refs:SharedCleanup (Results 1 – 3 of 3) sorted by relevance
53 using SharedCleanup = std::shared_ptr<const Cleanup>; variable65 std::pair<int64_t, SharedCleanup> getOrCacheMemory(const nn::SharedMemory& memory);76 std::optional<std::pair<int64_t, SharedCleanup>> getMemoryIfAvailable(
87 using SharedCleanup = std::shared_ptr<const Cleanup>; variable110 std::pair<int32_t, SharedCleanup> cacheMemory(const nn::SharedMemory& memory);
82 std::pair<int64_t, Burst::MemoryCache::SharedCleanup> Burst::MemoryCache::getOrCacheMemory( in getOrCacheMemory()118 std::optional<std::pair<int64_t, Burst::MemoryCache::SharedCleanup>>