Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 3 of 3) sorted by relevance

/qemu/
H A Dmeson_options.txt69 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], combo
H A Dmeson.build2189 malloc = [] variable
2196 malloc = cc.find_library(get_option('malloc'), required: true) variable
/qemu/libdecnumber/
H A DdecNumber.c287 #define malloc(a) decMalloc(a) macro
8321 #define malloc(a) decMalloc(a) macro