Lines Matching refs:heap
1077 local function generate_test_name(func, variant, disposition, heap)
1082 if heap then
1116 local function generate_stackframe(buftype, bufsize, disposition, heap, def)
1167 if not heap and buftype_elem then
1177 if heap then
1194 if heap then
1224 local function write_test(fh, func, disposition, heap, def)
1225 local testname = generate_test_name(func, def.variant, disposition, heap)
1230 if def.exclude and def.exclude(disposition, heap) then
1238 if heap then
1245 body = body .. generate_stackframe(buftype, bufsize, disposition, heap, def) ..
1271 if heap then
1282 if heap or extra_init then
1296 if not heap and need_addr() then
1540 local function write_tests(heap)
1546 tests_added[#tests_added + 1] = write_test(fh, func, disposition, heap, def)