Changeset cc73a8a1 in mainline for generic/src/adt/btree.c
- Timestamp:
- 2006-06-20T12:26:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c8a70a
- Parents:
- 1e0a5fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/adt/btree.c
r1e0a5fc rcc73a8a1 27 27 */ 28 28 29 29 /** @addtogroup genericadt 30 30 * @{ 31 31 */ … … 558 558 /** Split full B-tree node and insert new key-value-right-subtree triplet. 559 559 * 560 * This function will split a node and return pointer to a newly created560 * This function will split a node and return a pointer to a newly created 561 561 * node containing keys greater than or equal to the greater of medians 562 562 * (or median) of the old keys and the newly added key. It will also write … … 999 999 } 1000 1000 1001 /** @} 1002 */ 1003 1001 /** @} 1002 */
Note:
See TracChangeset
for help on using the changeset viewer.