summaryrefslogtreecommitdiff
path: root/source/core/slang-virtual-object-pool.h
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /source/core/slang-virtual-object-pool.h
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'source/core/slang-virtual-object-pool.h')
-rw-r--r--source/core/slang-virtual-object-pool.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/core/slang-virtual-object-pool.h b/source/core/slang-virtual-object-pool.h
index c1247acb7..6e8682c16 100644
--- a/source/core/slang-virtual-object-pool.h
+++ b/source/core/slang-virtual-object-pool.h
@@ -4,10 +4,10 @@
namespace Slang
{
- /// A virtual free-list allocater.
- /// This class doesn't actually allocates memory, instead it operates on a
- /// virtual integer space. Can be used to implement various types of object pools
- /// that needs to support contiguous allocations of more than one elements.
+/// A virtual free-list allocater.
+/// This class doesn't actually allocates memory, instead it operates on a
+/// virtual integer space. Can be used to implement various types of object pools
+/// that needs to support contiguous allocations of more than one elements.
class VirtualObjectPool
{
public: