OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDKaalloc
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSYS/src/linux/
genericStds_linux.cpp
201
return
FDKaalloc
(KERNEL_SRAM_SIZE, 8);
214
ptr = (unsigned long *)
FDKaalloc
(KERNEL_SRAM_SIZE, 8);
243
return
FDKaalloc
(KERNEL_SRAM_SIZE, 8);
/external/aac/libSYS/include/
genericStds.h
179
type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)
FDKaalloc
((num)*sizeof(type), ALIGNMENT_DEFAULT)); } \
185
type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)
FDKaalloc
((n1)*sizeof(type), ALIGNMENT_DEFAULT)); } \
270
void *
FDKaalloc
(const UINT size, const UINT alignment);
/external/aac/libSYS/src/
genericStds.cpp
233
void *
FDKaalloc
(const UINT size, const UINT alignment)
Completed in 245 milliseconds