OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_malloc_internal
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
340
void *
tcg_malloc_internal
(TCGContext *s, int size);
352
return
tcg_malloc_internal
(&tcg_ctx, size);
tcg.c
172
void *
tcg_malloc_internal
(TCGContext *s, int size)
function
[
all
...]
Completed in 32 milliseconds