summaryrefslogtreecommitdiff
path: root/ACE/ace/Pagefile_Memory_Pool.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/Pagefile_Memory_Pool.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Pagefile_Memory_Pool.h')
-rw-r--r--ACE/ace/Pagefile_Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Pagefile_Memory_Pool.h b/ACE/ace/Pagefile_Memory_Pool.h
index 2571755eca1..a82e5706c3f 100644
--- a/ACE/ace/Pagefile_Memory_Pool.h
+++ b/ACE/ace/Pagefile_Memory_Pool.h
@@ -72,7 +72,7 @@ public:
size_t &rounded_bytes,
int &first_time);
- /// Acquire at least <nbytes> from the memory pool. <rounded_bytes>
+ /// Acquire at least @a nbytes from the memory pool. <rounded_bytes>
/// is the actual number of bytes allocated.
void *acquire (size_t nbytes,
size_t &rounded_bytes);
@@ -88,7 +88,7 @@ public:
virtual int seh_selector (void *);
/**
- * Try to extend the virtual address space so that <addr> is now
+ * Try to extend the virtual address space so that @a addr is now
* covered by the address mapping. The method succeeds and returns
* 0 if the backing store has adequate memory to cover this address.
* Otherwise, it returns -1. This method is typically called by an