OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_malloc_add_2op_
(Results
1 - 3
of
3
) sorted by null
/external/flac/include/share/
alloc.h
86
static inline void *
safe_malloc_add_2op_
(size_t size1, size_t size2)
function
140
return
safe_malloc_add_2op_
(size1*size2, size3);
/external/flac/libFLAC/
memory.c
53
x =
safe_malloc_add_2op_
(bytes, /*+*/31L);
stream_decoder.c
[
all
...]
Completed in 41 milliseconds