File: control

package info (click to toggle)
ccmalloc 0.4.0-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 488 kB
  • ctags: 446
  • sloc: ansic: 4,493; sh: 523; makefile: 105; cpp: 89
file content (18 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ccmalloc
Homepage: http://www.inf.ethz.ch/personal/biere/projects/ccmalloc/
Section: devel
Priority: optional
Maintainer: Steve M. Robbins <smr@debian.org>
Standards-Version: 3.7.3.0
Build-Depends: debhelper (>= 5), g++-4.2, g++-4.3

Package: ccmalloc
Architecture: any
Depends: libc6-dev
Description: A memory profiler/debugger
 This is a memory profiling package. It can be used to debug various
 memory allocation problems, including:
  o memory leaks
  o multiple deallocation of the same data
  o under writes and over writes
  o writes to already deallocated data