JINMEI Tatuya
|
c52e7d7d0c
[2831] check two different addressed from getNamedAddress can share the data.
|
12 years ago |
JINMEI Tatuya
|
8599372b7f
[2831] added a test checking named data survive grow/shrink
|
12 years ago |
JINMEI Tatuya
|
ecc1ba7e65
[2831] corrected example code in doc
|
12 years ago |
JINMEI Tatuya
|
b38ed8f456
[2831] use \throw to describe exceptions where appropriate.
|
12 years ago |
JINMEI Tatuya
|
5ab82e0009
[2831] added more comments about crash in boost on multiple calls to shrink.
|
12 years ago |
JINMEI Tatuya
|
3c93e56397
[2831] corrected exception what() message.
|
12 years ago |
JINMEI Tatuya
|
81e57da07f
[2831] handle NULL name values for xxxNamedAddress explicitly.
|
12 years ago |
JINMEI Tatuya
|
b8d905c9df
[2831] described implementation-specific differences of setNamedAddress.
|
12 years ago |
JINMEI Tatuya
|
693068bdb1
[2831] define MemorySegmentMapped::INITIAL_SIZE explicitly as it's public.
|
12 years ago |
JINMEI Tatuya
|
f6dae94a7b
[2831] use NULL instead of 0; maybe worth discussing, but out of scope of task.
|
12 years ago |
JINMEI Tatuya
|
0f5e915ace
[2831] more explicitly clarify passing NULL to setNamedAddress.
|
12 years ago |
JINMEI Tatuya
|
10d88f05a9
[2831] explain the rational behind the difference between allocate/set name
|
12 years ago |
JINMEI Tatuya
|
617f1e6fc0
[2831] explain the design rationale of MemorySegmentGrown
|
12 years ago |
JINMEI Tatuya
|
8ddec7d125
[2831] minor editorial fixes: corrected a typo; folded a long line.
|
12 years ago |
Mukund Sivaraman
|
b215e58d58
[2831] Make some more minor comment updates
|
12 years ago |
Mukund Sivaraman
|
58825bde4c
[2831] Use chmod() function instead of calling a program
|
12 years ago |
Mukund Sivaraman
|
5d1b066a77
[2831] Add some more checks when the segment is grown
|
12 years ago |
Mukund Sivaraman
|
b610eee270
[2831] Test getSize() directly with the new size, before and after reset
|
12 years ago |
Mukund Sivaraman
|
58f99ec697
[2831] Make some more minor comment updates
|
12 years ago |
Mukund Sivaraman
|
e9e336900e
[2831] Add a comment and make a minor comment update
|
12 years ago |
Mukund Sivaraman
|
7ed3411dd5
[2831] Rewrite message for better clarity
|
12 years ago |
Mukund Sivaraman
|
86c303a029
[2831] Some more minor comment updates
|
12 years ago |
Mukund Sivaraman
|
29b1d8dc4a
[2831] Use EXPECT_NE instead of EXPECT_TRUE for void* return
|
12 years ago |
Mukund Sivaraman
|
639532ca50
[2831] Some minor comment updates
|
12 years ago |
Mukund Sivaraman
|
e1126a3214
[2831] Clarify comment about overflow
|
12 years ago |
Mukund Sivaraman
|
252e7844e4
[2831] Rename some variables to full names (that are not very long)
|
12 years ago |
Mukund Sivaraman
|
67d05b954c
[2831] Add punctuation to better follow the documentation
|
12 years ago |
Mukund Sivaraman
|
2f6c7ab36c
[2831] Rearrange sentences in API doc comment
|
12 years ago |
Mukund Sivaraman
|
8a09c89d47
[2831] Rename variable, and also update test condition
|
12 years ago |
Mukund Sivaraman
|
229916f0c8
[2831] Make a coding style update
|
12 years ago |