Home | History | Annotate | Download | only in src

Lines Matching full:realloc

612 /* malloc(3)/realloc(3) -> free(3) for use by the memory allocator */
614 #define realloc_osi(p,sz) realloc((p), (sz))
617 /* malloc(3)/realloc(3) -> free(3) for use by mksh code */
619 #define realloc_osfunc(p,sz) realloc((p), (sz))