Skip to content

Instantly share code, notes, and snippets.

View gschukin's full-sized avatar

Gleb Schukin gschukin

View GitHub Profile
@gschukin
gschukin / .config
Created April 24, 2017 16:01
Config for Andi
# x86_64
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
This file has been truncated, but you can view the full file.
//Before Test
heap profile: 0: 0 [0: 0] @ heap/1048576
# runtime.MemStats
# Alloc = 2621504
# TotalAlloc = 6940160
# Sys = 7086080
# Lookups = 35
# Mallocs = 91651
# Frees = 66084