Searched defs:xrealloc (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregint.h105 #define xrealloc realloc macro
355 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
362 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc, OldSize_);\
370 (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc, (buf)->alloc);\

Completed in 10 milliseconds