Skip to content

Commit

Permalink
Remove @command in memory manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemplier committed Mar 18, 2024
1 parent 3d37388 commit 71b9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Export/MemoryManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class MemoryManager {

private:
/// Find a valid offset in the memory stack that can fit a contiguous chunk
/// of memory of size @size
/// of memory of size
unsigned int onStack(unsigned int size);
unsigned int offStack(unsigned int offset);
std::map<unsigned int, unsigned int> getStack(
Expand Down

0 comments on commit 71b9a42

Please sign in to comment.