summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_arena.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
commit335cd830b0bd430d282687df58a91a69dac2c528 (patch)
tree3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/rtl/alloc_arena.cxx
parentc04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff)
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/rtl/alloc_arena.cxx')
-rw-r--r--sal/rtl/alloc_arena.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx
index 500f04d2ab28..f28cdc140d49 100644
--- a/sal/rtl/alloc_arena.cxx
+++ b/sal/rtl/alloc_arena.cxx
@@ -47,7 +47,6 @@ struct rtl_arena_list_st
static rtl_arena_list_st g_arena_list;
-
/** gp_arena_arena
* provided for arena_type allocations, and hash_table resizing.
*
@@ -55,7 +54,6 @@ static rtl_arena_list_st g_arena_list;
*/
static rtl_arena_type * gp_arena_arena = 0;
-
/** gp_machdep_arena
*
* Low level virtual memory (pseudo) arena
@@ -88,7 +86,6 @@ SAL_CALL rtl_machdep_free (
sal_Size
rtl_machdep_pagesize();
-
/* ================================================================= */
/** rtl_arena_segment_constructor()
@@ -104,7 +101,6 @@ rtl_arena_segment_constructor (void * obj)
return (1);
}
-
/** rtl_arena_segment_destructor()
*/
void
@@ -159,7 +155,6 @@ rtl_arena_segment_populate (
return (span != 0);
}
-
/** rtl_arena_segment_get()
*
* @precond arena->m_lock acquired.
@@ -213,7 +208,6 @@ rtl_arena_segment_put (
(*ppSegment) = 0;
}
-
/** rtl_arena_freelist_insert()
*
* @precond arena->m_lock acquired.
@@ -332,7 +326,6 @@ rtl_arena_hash_rescale (
}
}
-
/** rtl_arena_hash_insert()
* ...and update stats.
*/
@@ -475,7 +468,6 @@ dequeue_and_leave:
return (*ppSegment != 0);
}
-
/** rtl_arena_segment_create()
* import new (span) segment from source arena
*
@@ -530,7 +522,6 @@ rtl_arena_segment_create (
return (0);
}
-
/** rtl_arena_segment_coalesce()
* mark as free and join with adjacent free segment(s)
*
@@ -628,7 +619,6 @@ rtl_arena_constructor (void * obj)
arena->m_hash_shift = highbit(arena->m_hash_size) - 1;
}
-
/** rtl_arena_destructor()
*/
void
@@ -1194,7 +1184,6 @@ SAL_CALL rtl_machdep_free (
#endif /* (SAL_UNX || SAL_W32) */
}
-
sal_Size
rtl_machdep_pagesize()
{