Subject UDF: ib_util_malloc vs. malloc
Author vandy899
Sorry to ask again, but what is the reason to use ib_util_malloc in a
UDF that one declares FREE_IT to firebird? (I can't get firebird to
like a UDF that has ib_util_malloc in it, but when I used malloc the
problems 'mysteriously' disappeared. I'd say it couldn't dynamically
link it... because ib_util_malloc isn't there! But ib_util_malloc
isn't declared in libfbclient.so (strings libfbclient.so | grep
ib_util_malloc), so what do I link to get ib_util_malloc?