summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 07:10:03 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 07:10:03 +0000
commit9b0486755ef661078d7225a73bf58ecf5fce52c2 (patch)
treec7068c45cba52cc292e217d18ce466805a70d77b /ace/ACE.h
parent29b0505c3a342e927a00207ec1e90313149c6db1 (diff)
downloadATCD-9b0486755ef661078d7225a73bf58ecf5fce52c2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index badcaa2ace1..75be22a6b0b 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -546,6 +546,9 @@ public:
static size_t round_to_pagesize (off_t length);
// Rounds the request to a multiple of the page size.
+ static size_t round_to_allocation_granularity (off_t len);
+ // Rounds the request to a multiple of the allocation granularity.
+
static int format_hexdump (const char *buffer, int size,
ASYS_TCHAR *obuf, int obuf_sz);
// Format buffer into printable format. This is useful for
@@ -647,6 +650,9 @@ private:
static size_t pagesize_;
// Size of a VM page.
+ static size_t allocation_granularity_;
+ // Size of allocation granularity.
+
static u_long crc_table_[];
// CRC table.