u3: documents pack/meld return

This commit is contained in:
Joe Bryan 2023-06-12 13:57:12 -04:00
parent 3c40e1b9e9
commit ef27bb2f0e
4 changed files with 4 additions and 4 deletions

View File

@ -2168,7 +2168,7 @@ _cm_pack_rewrite(void)
u3a_rewrite_compact();
}
/* u3m_pack: compact (defragment) memory.
/* u3m_pack: compact (defragment) memory, returns u3a_open delta.
*/
c3_w
u3m_pack(void)

View File

@ -180,7 +180,7 @@
void
u3m_reclaim(void);
/* u3m_pack: compact (defragment) memory.
/* u3m_pack: compact (defragment) memory, returns u3a_open delta.
*/
c3_w
u3m_pack(void);

View File

@ -431,7 +431,7 @@ _cu_realloc(FILE* fil_u, ur_root_t** tor_u, ur_nvec_t* doc_u)
return ken;
}
/* u3u_meld(): globally deduplicate memory.
/* u3u_meld(): globally deduplicate memory, returns u3a_open delta.
*/
#ifdef U3_MEMORY_DEBUG
c3_w

View File

@ -7,7 +7,7 @@
/** Functions.
**/
/* u3u_meld(): globally deduplicate memory.
/* u3u_meld(): globally deduplicate memory, returns u3a_open delta.
*/
c3_w
u3u_meld(void);