File: binary-tree-freelist.txt

package info (click to toggle)
golang-golang-x-exp 0.0~git20181112.a3060d4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,968 kB
  • sloc: ansic: 1,884; sh: 342; objc: 273; asm: 48; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (58)
1
2
3
4
5
6
7
8
stretch tree of depth 16	 check: -1
65536	 trees of depth 4	 check: -65536
16384	 trees of depth 6	 check: -16384
4096	 trees of depth 8	 check: -4096
1024	 trees of depth 10	 check: -1024
256	 trees of depth 12	 check: -256
64	 trees of depth 14	 check: -64
long lived tree of depth 15	 check: -1