]> git.eshelyaron.com Git - emacs.git/commit
Fix typo
authorDaniel Colascione <dancol@dancol.org>
Thu, 3 Apr 2014 00:37:51 +0000 (17:37 -0700)
committerDaniel Colascione <dancol@dancol.org>
Thu, 3 Apr 2014 00:37:51 +0000 (17:37 -0700)
commitf59c276045dd5137e62d8a8286ed06245e4c39ce
treec80afd45f51fd7f90c6e69eb557684c3549928cf
parent01ae0fbf30b74e2490144fceabbf5bc5d96f1ba7
Fix typo

* alloc.c: Include execinfo.h if available.
(SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally.
(suspicious_free_record): New structure.
(suspicious_objects,suspicious_object_index)
(suspicious_free_history, suspicious_free_history_index): New
variables.
(find_suspicious_object_in_range,detect_suspicious_free,Fsuspicious_object):
New functions.
(cleanup_vector): Call find_suspicious_object_in_range.
src/alloc.c