Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
2f3cc5e3
Commit
2f3cc5e3
authored
Apr 10, 2014
by
David COME
Browse files
Added a function to directly get a free MemBlock
parent
4538d233
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/MemManager.hpp
View file @
2f3cc5e3
...
...
@@ -119,6 +119,9 @@ public:
}
}
MemBlock
*
getFreeBlock
(){
return
m_freeBlocks
.
pop
();
}
private:
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment