Lines Matching refs:lsx_malloc
505 z->ibuf = lsx_malloc(input_count * sizeof(*z->ibuf)); in combiner_start()
507 z->ibuf[i] = lsx_malloc(sox_globals.bufsiz * sizeof(sox_sample_t)); in combiner_start()
513 z->ilen = lsx_malloc(input_count * sizeof(*z->ilen)); in combiner_start()
714 user_effargs[eff_chain_count] = lsx_malloc(sizeof(**user_effargs)); in add_eff_chain()
892 char *s = lsx_malloc(buffer_size); /* buffer for one input line */ in read_user_effects()
1393 efn = expand_fn = lsx_malloc((size_t)FILENAME_MAX); in fndup_with_count()
1842 format_list = lsx_malloc(formats * sizeof(*format_list)); in display_supported_formats()
2116 char * text = lsx_malloc(text_length + 1); in read_comment_file()
2252 char * set = lsx_malloc(len); in enum_option()
2558 file_t * f = lsx_malloc(sizeof(*f)); in add_file()
2615 char * * argv2, * str = lsx_malloc(strlen(argv[0]) + strlen(env_opts) + 2); in parse_options_and_filenames()