• Home
  • Raw
  • Download

Lines Matching refs:__predict_false

68   if (__predict_false(dispatch_table != nullptr)) {  in calloc()
72 if (__predict_false(result == nullptr)) { in calloc()
81 if (__predict_false(dispatch_table != nullptr)) { in free()
90 if (__predict_false(dispatch_table != nullptr)) { in mallinfo()
98 if (__predict_false(dispatch_table != nullptr)) { in malloc_info()
117 if (__predict_false(dispatch_table != nullptr)) { in mallopt()
139 if (__predict_false(dispatch_table != nullptr)) { in malloc()
144 if (__predict_false(result == nullptr)) { in malloc()
154 if (__predict_false(dispatch_table != nullptr)) { in malloc_usable_size()
162 if (__predict_false(dispatch_table != nullptr)) { in memalign()
166 if (__predict_false(result == nullptr)) { in memalign()
175 if (__predict_false(dispatch_table != nullptr)) { in posix_memalign()
188 if (__predict_false(dispatch_table != nullptr)) { in aligned_alloc()
192 if (__predict_false(result == nullptr)) { in aligned_alloc()
201 if (__predict_false(dispatch_table != nullptr)) { in realloc()
205 if (__predict_false(result == nullptr && bytes != 0)) { in realloc()
225 if (__predict_false(dispatch_table != nullptr)) { in pvalloc()
229 if (__predict_false(result == nullptr)) { in pvalloc()
237 if (__predict_false(dispatch_table != nullptr)) { in valloc()
241 if (__predict_false(result == nullptr)) { in valloc()
280 if (__predict_false(dispatch_table != nullptr)) { in malloc_iterate()
292 if (__predict_false(dispatch_table != nullptr)) { in malloc_disable()
301 if (__predict_false(dispatch_table != nullptr)) { in malloc_enable()