Searched refs:rb (Results 1 – 1 of 1) sorted by relevance
250 size_t rb; in realloc_check() local252 if (__builtin_add_overflow (bytes, 1, &rb)) in realloc_check()278 if (!checked_request2size (rb, &chnb)) in realloc_check()302 newmem = _int_malloc (&main_arena, rb); in realloc_check()
Completed in 4 milliseconds