Browse Source

[t:2811], add some comments for file organization

git-svn-id: file:///svn/toku/tokudb@23809 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Zardosht Kasheff 13 years ago
committed by Yoni Fogel
parent
commit
ab10d38d38
  1. 7
      newbrt/ule.c

7
newbrt/ule.c

@ -106,6 +106,10 @@ le_malloc(OMT omt, struct mempool *mp, size_t size, void **maybe_free)
}
/////////////////////////////////////////////////////////////////////
// Garbage collection related functions
//
static TXNID
get_next_older_txnid(TXNID xc, OMT omt) {
int r;
@ -434,6 +438,9 @@ struct __attribute__ ((__packed__)) leafentry {
#endif
//
// required for every le_unpack that is done
//
void
ule_cleanup(ULE ule) {
invariant(ule->uxrs);

Loading…
Cancel
Save