Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/regression/
H A Dmalloc-random.c23 #define MALLOC_SIZE_L 0x40 macro
47 p = malloc(MALLOC_SIZE_L); in main()
48 q = malloc(MALLOC_SIZE_L); in main()
49 r = malloc(MALLOC_SIZE_L); in main()
H A Dmalloc-safe-unlink.c29 #define MALLOC_SIZE_L 100 macro
83 c2 = (uint8_t *)malloc(MALLOC_SIZE_L); in child()
H A Dmalloc-encode-pointer.c30 #define MALLOC_SIZE_L (50 * sizeof(uintptr_t)) macro
75 d1 = malloc(MALLOC_SIZE_L); in child()

Completed in 2 milliseconds