결재를 진행하시면 아래의 동영상을 시청할 수 있는 권한을 부여해 드립니다.
본인 소유의 google 계정 이메일 주소가 있어야 합니다.
리눅스 커널 Maple-Tree 소스 설명[1]
- Maple-Tree 구조체 이해
- struct maple_tree, maple_node, ma_state
- Maple-Tree 사용예(Referenced)
- MTREE_INIT_EXT, find_vma(), mt_find()
- Maple-Tree 인덱스 및 연결구조 이해
https://youtu.be/zzo8MmKcmq8
비디오 영상 시간 [1시간 20분]
리눅스 커널 Maple-Tree 소스 설명[2]
- Maple-Tree 소스 실습
- Maple-Tree 노드 생성: mas_root_expand(), mas_alloc_nodes()
- Maple-Tree 인덱스 삽입(append): mas_wr_append()
- Maple-Tree 인덱스 수정(Replacement): mas_wr_modify()
- Maple-Tree 노드 확장: mas_split()
https://youtu.be/fTwU4Bne5pU
비디오 영상 시간 [2시간 13분]