Skip to content

Commit

Permalink
Fix typo in Memory Management documentation (#8827)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #8827

Reviewed By: Yuhta

Differential Revision: D54414801

Pulled By: mbasmanova

fbshipit-source-id: 6d4b9d2de5b2ab634009e76c07d9004e0b5324af
  • Loading branch information
xumingming authored and facebook-github-bot committed Mar 4, 2024
1 parent 3d9cf52 commit 603554b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion velox/docs/develop/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ Memory Pool Management
std::unique_ptr<MemoryReclaimer> reclaimer = nullptr);

/// Create an aggregate child memory pool which allows to create child memory
/// pools from it, and it used to aggregate memory usage from its child pools. /// Aggregate memory pool is not allowed to allocate memory directly.
/// pools from it, and it used to aggregate memory usage from its child pools.
/// Aggregate memory pool is not allowed to allocate memory directly.
virtual std::shared_ptr<MemoryPool> MemoryPool::addAggregateChild(
const std::string& name);

Expand Down

0 comments on commit 603554b

Please sign in to comment.