[not part of build] reduced # of frames to 1, now using a global call_tree to store all stack crawls.

This commit is contained in:
beard%netscape.com 2000-04-10 18:10:43 +00:00
Родитель 7427f14e16
Коммит 601144fce6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -225,9 +225,9 @@ typedef char * ptr_t; /* A generic pointer to which we can add */
* Number of frames and arguments to save in objects allocated by * Number of frames and arguments to save in objects allocated by
* debugging allocator. * debugging allocator.
*/ */
# define NFRAMES 30 /* Number of frames to save. Even for */ # define NFRAMES 1 /* Number of frames to save. Even for */
/* alignment reasons. */ /* alignment reasons. */
# define NARGS 0 /* Mumber of arguments to save for each call. */ # define NARGS 0 /* Mumber of arguments to save for each call. */
# define NEED_CALLINFO # define NEED_CALLINFO