summaryrefslogtreecommitdiff
path: root/src/context/context_mm.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-01-29 19:46:26 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-01-29 19:46:26 +0000
commit2ca8bf894a2e40e56b9379289e46b0a0d33cf272 (patch)
tree72ee36134fe877452d2bc44124a96bea7cc1339f /src/context/context_mm.h
parent2a9e6970b971eb0a9ac4c216fe5f5f1542e195e0 (diff)
Update of context module
Diffstat (limited to 'src/context/context_mm.h')
-rw-r--r--src/context/context_mm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/context_mm.h b/src/context/context_mm.h
index eeaa0a2c8..af524a51f 100644
--- a/src/context/context_mm.h
+++ b/src/context/context_mm.h
@@ -34,9 +34,9 @@ namespace context {
class ContextMemoryManager {
/**
- * Memory in regions is allocated in chunks. This is the minimum chunk size
+ * Memory in regions is allocated in chunks. This is the chunk size
*/
- static const unsigned chunkSizeBytes = 16384; // #bytes in each chunk
+ static const unsigned chunkSizeBytes = 16384;
/**
* A list of free chunks is maintained. This is the maximum number of
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback