smalloc: check if object has external memory
authorTrevor Norris <trev.norris@gmail.com>
Wed, 13 Nov 2013 22:51:32 +0000 (14:51 -0800)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 13 Nov 2013 23:29:50 +0000 (15:29 -0800)
commitc414ec1c2cdff8111a60f62f445011708bfd81ba
treef5f32b86754c33580ec17037e5989adfd70deb93
parent9b4aa355e3817f5c5a8c5e5c78b92ce43db72f45
smalloc: check if object has external memory

Add HasExternalData API to check if Object has externally allocated
memory, and accompanying tests.
doc/api/smalloc.markdown
lib/smalloc.js
src/smalloc.cc
src/smalloc.h
test/simple/test-smalloc.js