Home
last modified time | relevance | path

Searched refs:RELLOCTLEN (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H A Drealloc.c23 const int32_t RELLOCTLEN = 100; variable
33 void *ret = realloc(NULL, RELLOCTLEN); in realloc_0100()
66 char *cptr = (char *)malloc(RELLOCTLEN); in realloc_0400()
67 void *ret = realloc(cptr, RELLOCTLEN + RELLOCTLEN); in realloc_0400()
78 char *cptr = (char *)malloc(RELLOCTLEN); in realloc_0500()
79 void *ret = realloc(cptr, RELLOCTLEN); in realloc_0500()
90 char *cptr = (char *)malloc(RELLOCTLEN); in realloc_0600()
91 void *ret = realloc(cptr, RELLOCTLEN / 2); in realloc_0600()

Completed in 1 milliseconds