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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dxsize.h48 or size_in_bounds_p() before invoking malloc().
51 void *p = (size_in_bounds_p (size) ? malloc (size) : NULL);
112 #define size_in_bounds_p(SIZE) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dxsize.h48 or size_in_bounds_p() before invoking malloc().
51 void *p = (size_in_bounds_p (size) ? malloc (size) : NULL);
112 #define size_in_bounds_p(SIZE) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dxsize.h48 or size_in_bounds_p() before invoking malloc().
51 void *p = (size_in_bounds_p (size) ? malloc (size) : NULL);
112 #define size_in_bounds_p(SIZE) \ macro

Completed in 112 milliseconds