Home | History | Annotate | Download | only in Checkers

Lines Matching full:realloc

245       // released -> allocated, it must be the realloc return value
323 II_realloc = &Ctx.Idents.get("realloc");
755 // state is under-constrained, assume regular realloc behavior.
770 // Get the from and to pointer symbols as in toPtr = realloc(fromPtr, size).
923 // Cleanup the Realloc Pairs Map.
1156 // Realloc returns 0 when reallocation fails, which means that we should
1419 "We only support one failed realloc at a time.");