Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/regression/
H A Dmalloc-random.c22 #define MALLOC_SIZE_S 0x20 macro
33 void *p = malloc(MALLOC_SIZE_S); in main()
34 void *q = malloc(MALLOC_SIZE_S); in main()
35 void *r = malloc(MALLOC_SIZE_S); in main()
H A Dmalloc-modify-pointer.c35 #define MALLOC_SIZE_S (10 * sizeof(uintptr_t)) macro
66 p0 = (uint8_t *)malloc(MALLOC_SIZE_S); in child()
72 tmp[0] = malloc(MALLOC_SIZE_S); in child()
79 tmp[i] = malloc(MALLOC_SIZE_S); in child()
H A Dmalloc-safe-unlink.c28 #define MALLOC_SIZE_S 50 macro
77 c1 = (uint8_t *)malloc(MALLOC_SIZE_S); in child()
H A Dmalloc-encode-pointer.c29 #define MALLOC_SIZE_S (10 * sizeof(uintptr_t)) macro
67 d0 = malloc(MALLOC_SIZE_S); in child()

Completed in 2 milliseconds