Home
last modified time | relevance | path

Searched refs:linebufnew (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xpm.c929 char *linebufnew; in get_next_line() local
946 linebufnew = (char *)SDL_realloc(linebuf, buflen); in get_next_line()
947 if (!linebufnew) { in get_next_line()
952 linebuf = linebufnew; in get_next_line()
966 linebufnew = (char *)SDL_realloc(linebuf, buflen); in get_next_line()
967 if (!linebufnew) { in get_next_line()
972 linebuf = linebufnew; in get_next_line()

Completed in 4 milliseconds