Realloc() equivalent

Hi All,

Is there an equivalent to the standard C memory reallocation function realloc()?

I need to deal with dynamically (re)sizing arrays.

adl_memGet() is functionally equivalent to malloc().
adl_memRelease() is functionally equivalent to free().

Thanks, Dave

EDIT: I’m using Oasis V2.02…