Commit 23db309f by Arnaud Charlet

Minor reformatting.

From-SVN: r198301
parent af9dcda0
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
-- -- -- --
-- This specification is derived from the Ada Reference Manual for use with -- -- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow -- -- GNAT. The copyright notice above, and the license provisions that follow --
...@@ -477,7 +477,7 @@ private ...@@ -477,7 +477,7 @@ private
-- reallocation when all of the following requirements are meat: -- reallocation when all of the following requirements are meat:
-- - shared data object don't used anywhere longer; -- - shared data object don't used anywhere longer;
-- - its size is sufficient to store new value; -- - its size is sufficient to store new value;
-- - the gap after reuse is less then some threshold. -- - the gap after reuse is less than some threshold.
-- - memory preallocation. Most of used memory allocation algorithms -- - memory preallocation. Most of used memory allocation algorithms
-- aligns allocated segment on the some boundary, thus some amount of -- aligns allocated segment on the some boundary, thus some amount of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment