OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_in_bounds_p
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
xsize.h
45
or
size_in_bounds_p
() before invoking malloc().
48
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
109
#define
size_in_bounds_p
(SIZE) \
macro
/external/e2fsprogs/intl/
xsize.h
42
or
size_in_bounds_p
() before invoking malloc().
45
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
106
#define
size_in_bounds_p
(SIZE) \
macro
Completed in 40 milliseconds