smalloc: add external to alloc with callbacks
authorTrevor Norris <trev.norris@gmail.com>
Tue, 23 Jul 2013 23:56:22 +0000 (16:56 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 24 Jul 2013 16:17:10 +0000 (09:17 -0700)
commitc76ed643484fc2e94e0533bcc2aec3e041372047
tree6f5b967354df980d9cacdf8432d3fadd3ab587ef
parent8ce02cf0aa218b43077d2deb851a85739d625248
smalloc: add external to alloc with callbacks

Forgot to actually assign cb_info to the External in smalloc::Alloc()
that accepts a callback to be run in the weak callback.
src/smalloc.cc