Home | History | Annotate | Download | only in src

Lines Matching full:realloc

509 /* malloc(3)/realloc(3) -> free(3) for use by the memory allocator */
511 #define realloc_osi(p,sz) realloc((p), (sz))
514 /* malloc(3)/realloc(3) -> free(3) for use by mksh code */
516 #define realloc_osfunc(p,sz) realloc((p), (sz))