OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_calloc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_debug.h
73
#define
os_calloc
( _count, _size ) \
macro
os_memory_stdc.h
44
#define
os_calloc
(_count, _size ) calloc(_count, _size )
macro
/external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h
73
#define
os_calloc
( _count, _size ) \
macro
os_memory_stdc.h
44
#define
os_calloc
(_count, _size ) calloc(_count, _size )
macro
Completed in 76 milliseconds