Changeset b26db0c in mainline for generic/src/mm/as.c
- Timestamp:
- 2006-04-03T22:20:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a1fa51
- Parents:
- 252127e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/as.c
r252127e rb26db0c 543 543 /* 544 544 * Second, locate the left sibling and test its last record. 545 * Because of its position in the B+ -tree, it must have base < va.545 * Because of its position in the B+tree, it must have base < va. 546 546 */ 547 547 if ((lnode = btree_node_left_sibling(&as->as_area_btree, leaf))) {
Note:
See TracChangeset
for help on using the changeset viewer.