Lines Matching refs:use_heap
763 TSRM_ALLOCA_FLAG(use_heap) in tsrm_realpath_r()
863 tmp = tsrm_do_alloca(len+1, use_heap); in tsrm_realpath_r()
1009 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1016 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1025 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1046 tmp = tsrm_do_alloca(len+1, use_heap); in tsrm_realpath_r()
1058 tmp = tsrm_do_alloca(len+1, use_heap); in tsrm_realpath_r()
1064 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1071 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1076 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1084 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1099 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1115 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1130 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1143 tsrm_free_alloca(tmp, use_heap); in tsrm_realpath_r()
1370 TSRM_ALLOCA_FLAG(use_heap) in virtual_chdir_file()
1387 temp = (char *) tsrm_do_alloca(length+1, use_heap); in virtual_chdir_file()
1394 tsrm_free_alloca(temp, use_heap); in virtual_chdir_file()