HomeSort by relevance Sort by last modified time
    Searched refs:tcg_malloc_internal (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 536 void *tcg_malloc_internal(TCGContext *s, int size);
548 return tcg_malloc_internal(&tcg_ctx, size);
tcg.c 208 void *tcg_malloc_internal(TCGContext *s, int size) function
    [all...]

Completed in 43 milliseconds