OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_mem_alloc
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_mem/
vpx_mem.h
78
void *
vpx_mem_alloc
(int id, size_t size, size_t align);
141
# define
vpx_mem_alloc
(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
macro
/external/libvpx/vpx_mem/include/
vpx_mem_tracker.h
37
// using
vpx_mem_alloc
to allocate cache memory.
Completed in 959 milliseconds