Skip to content

justscu/BL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

语言及工程

工具

调试

  • 调试基础
  • gdb
  • vargrind: 用来检查内存泄露(memcheck)、生成函数调用关系(callgrind)、cache命中率(cachegrind)、检查多线程程序竞争问题(helgrind)等
  • google-perftools: 提供更为高效的内存分配函数tcmalloc,对CPU使用情况进行检查cpu-profile,对内存使用情况进行检查heap-profile,内存泄露进行检查heap-checker
  • stack: stack是向下生长的,介绍SIGSEGV信号及如何用gdb调试栈

网络

数据结构

CSAPP

系统设计与优化

数据库

golang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages