File: README

package info (click to toggle)
ccmalloc 0.2.3-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 480 kB
  • ctags: 485
  • sloc: ansic: 4,523; sh: 204; makefile: 116; cpp: 86
file content (90 lines) | stat: -rw-r--r-- 1,962 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
------------------------------------------------------------------------------
README:
------------------------------------------------------------------------------

***************************************************
* the C and C++ files in this directory have bugs *
***************************************************

After executing `testall' you can find logs in test_C*.log*.
To compile and execute one test type `testone <source-file>'
(f.e. testone test_C_01.c).

Here is a list of the different purposes of the tests:

  different settings of flags in .ccmalloc:

    test_C_01.c      only count
    test_C_02.c      normal
    test_C_03.c      very verbose + statistics

  free called twice

    test_C_04.c

  overwrite of allocated data
  
    test_C_05.c

  underwrite of allocated data

    test_C_06.c

  corruption of free space (write access to deallocated data)

    test_C_07.c
    test_C_08.c	   but continue (-> no cruel world message)

  double free and leaks

    test_C_09.c
  
  test external check for integrity function

    test_C_10.c
  
  test combination with external libraries
    
    test_C_11.c lib_test_C_11.c

  test external call chains flag
    
    test_C_12.c

  compile with no debugging info

    test_C_13.c

  compile with no frame pointers and no debugging info

    test_C_14.c

  test strdup
    
    test_C_15.c
  
  test 8 byte alignment of doubles
     
    test_C_16.c
  
  test logpid (starts severaly copies of itselft)
    
    test_C_17.c
  
  test dont-log-chain and only-log-chain
    
    test_C_18.c
  
  test new read-dynlib-with-gdb
    
    test_C_19.c lib_test_C_19.c

  test static initializers and deinitializers of C++

    test_C++_01.cc
    test_C++_02.cc

------------------------------------------------------------------------------
(C) 1997-1998 Armin Biere
$Id: README,v 1.2 98/05/20 14:42:41 armin Exp $
------------------------------------------------------------------------------