]> granicus.if.org Git - gc/commit
Add GC_is_heap_ptr() to GC API
authorIvan Maidanski <ivmai@mail.ru>
Thu, 29 Dec 2011 12:12:37 +0000 (16:12 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 29 Dec 2011 12:12:37 +0000 (16:12 +0400)
commitdcf6f521380c9e686956e8df7afb1e04d088091b
tree40638531915620d23c3bfe3141c12ada575b1021
parent089667c19cde23eb5988778411ff28e186465d16
Add GC_is_heap_ptr() to GC API

* include/gc.h (GC_is_heap_ptr): New API function declaration.
* misc.c (GC_is_heap_ptr): New function.
* tests/test.c (run_one_test): Add GC_is_heap_ptr tests.
include/gc.h
misc.c
tests/test.c