Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion score/memory/shared/shared_memory_resource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ auto SharedMemoryResource::IsShmInTypedMemory() const noexcept -> bool
// coverity[autosar_cpp14_a0_1_3_violation] false-positive: part of the public API
auto SharedMemoryResource::do_deallocate(void*, std::size_t, std::size_t) -> void
{
std::lock_guard<score::os::InterprocessMutex> lock(this->control_block_->mutex);
/**
* For the proof of concept we agreed to use a monotonic allocation algorithm.
* Thus, no deallocation will be performed.
Expand Down
Loading