OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
MemChunk.h
24
typedef void *(*
AllocFunc
) (size_t, uint32_t);
33
static
AllocFunc
VendorAlloc;
71
static void registerAllocFreeCallbacks(
AllocFunc
a, FreeFunc f) {
/frameworks/rs/cpu_ref/linkloader/lib/
MemChunk.cpp
44
AllocFunc
MemChunk::VendorAlloc = NULL;
Completed in 338 milliseconds