Searched defs:nmemb (Results 1 – 3 of 3) sorted by relevance
24 __libc_reallocarray (void *optr, size_t nmemb, size_t elem_size) in __libc_reallocarray()
26 reallocarray_nowarn (void *ptr, size_t nmemb, size_t size) in reallocarray_nowarn()
100 for (size_t nmemb = 1; nmemb <= 8; nmemb *= 2) in test_large_allocations() local
Completed in 8 milliseconds