/linux-2.4.37.9/scripts/ |
D | tkparse.c | 98 vartable[++max_varnum].name = malloc( strlen( name )+1 ); in get_varnum() 120 *label = malloc( pnt - word + 1 ); in get_string() 168 *label = (char *) malloc( pnt1 - newlabel ); in get_qstring() 232 cond = malloc( sizeof(*cond) ); in tokenize_if() 302 char * str = malloc( pnt - word + 1 ); in tokenize_if() 338 char * buffer = malloc( 64 ); in tokenize_choices() 347 cfg = malloc( sizeof(*cfg) ); in tokenize_choices() 386 char * buffer = malloc( 64 ); in tokenize_line() 498 cfg = malloc( sizeof(*cfg) ); in tokenize_line() 604 *dep_ptr = (struct dependency *) malloc( sizeof( struct dependency ) ); in tokenize_line() [all …]
|
D | split-include.c | 80 if ( (line = malloc(buffer_size)) == NULL in main() 81 || (old_line = malloc(buffer_size)) == NULL in main() 82 || (list_target = malloc(buffer_size)) == NULL ) in main()
|
D | tkcond.c | 144 cnew = malloc( sizeof(*cnew) ); in join_condition_stack() 164 cnew = malloc( sizeof(*cnew) ); in join_condition_stack() 175 cnew = malloc( sizeof(*cnew) ); in join_condition_stack() 191 cnew = malloc( sizeof(*cnew) ); in join_condition_stack() 205 cnew = malloc( sizeof(*cnew) ); in join_condition_stack()
|
/linux-2.4.37.9/arch/alpha/boot/ |
D | misc.c | 91 static void *malloc(int size); 105 static void *malloc(int size) in malloc() function 200 window = malloc(WSIZE); in decompress_kernel()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 231 (path_entry_t)malloc(sizeof(*include_dir)); in main() 500 new_patch = (patch_t *)malloc(sizeof(*new_patch)); in emit_patch() 553 func_values = (int *)malloc(func_count * sizeof(int)); in output_listing() 728 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc() 742 new_cs= (critical_section_t *)malloc(sizeof(critical_section_t)); in cs_alloc() 756 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
|
D | aicasm_gram.y | 1441 (struct reg_info *)malloc(sizeof(struct reg_info)); in initialize_symbol() 1462 (struct alias_info *)malloc(sizeof(struct alias_info)); in initialize_symbol() 1475 (struct field_info *)malloc(sizeof(struct field_info)); in initialize_symbol() 1486 (struct const_info *)malloc(sizeof(struct const_info)); in initialize_symbol() 1496 (struct label_info *)malloc(sizeof(struct label_info)); in initialize_symbol() 1506 (struct cond_info *)malloc(sizeof(struct cond_info)); in initialize_symbol() 1516 (struct macro_info *)malloc(sizeof(struct macro_info)); in initialize_symbol() 1547 marg = (struct macro_arg *)malloc(sizeof(*marg)); in add_macro_arg()
|
/linux-2.4.37.9/include/linux/ |
D | malloc.h | 4 #warning linux/malloc.h is deprecated, use linux/slab.h instead.
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | misc.c | 87 static void *malloc(int size); 104 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | misc.c | 97 static void *malloc(int size); 112 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | misc.c | 86 static void *malloc(int size); 103 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | misc.c | 173 static void *malloc(int size); 190 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7770_osm.c | 92 aic7770_driver.id_table = malloc(sizeof(struct eisa_device_id) * in ahc_linux_eisa_init() 184 name = malloc(strlen(buf) + 1, M_DEVBUF, M_NOWAIT); in aic7770_linux_config()
|
D | aic79xx_osm.c | 1567 recovery_cmd = malloc(sizeof(struct scsi_cmnd), M_DEVBUF, M_WAITOK); 1761 dmat = malloc(sizeof(*dmat), M_DEVBUF, M_NOWAIT); 1792 map = malloc(sizeof(*map), M_DEVBUF, M_NOWAIT); 1817 *vaddr = malloc(dmat->maxsize, M_DEVBUF, M_NOWAIT); 2124 new_name = malloc(strlen(buf) + 1, M_DEVBUF, M_NOWAIT); 2268 malloc(sizeof(struct ahd_platform_data), M_DEVBUF, M_NOWAIT); 2777 cmd = malloc(sizeof(struct scsi_cmnd), M_DEVBUF, M_WAITOK); 2778 scsi_dev = malloc(sizeof(struct scsi_device), M_DEVBUF, M_WAITOK); 3450 targ->inq_data = malloc(AHD_LINUX_DV_INQ_LEN, 3455 targ->dv_buffer = malloc(AHD_LINUX_DV_INQ_LEN, [all …]
|
D | aic7xxx_osm.c | 1396 dmat = malloc(sizeof(*dmat), M_DEVBUF, M_NOWAIT); 1427 map = malloc(sizeof(*map), M_DEVBUF, M_NOWAIT); 1452 *vaddr = malloc(dmat->maxsize, M_DEVBUF, M_NOWAIT); 1758 new_name = malloc(strlen(buf) + 1, M_DEVBUF, M_NOWAIT); 1936 malloc(sizeof(struct ahc_platform_data), M_DEVBUF, M_NOWAIT); 2446 cmd = malloc(sizeof(struct scsi_cmnd), M_DEVBUF, M_WAITOK); 2447 scsi_dev = malloc(sizeof(struct scsi_device), M_DEVBUF, M_WAITOK); 3104 targ->inq_data = malloc(AHC_LINUX_DV_INQ_LEN, 3109 targ->dv_buffer = malloc(AHC_LINUX_DV_INQ_LEN, 3159 targ->dv_buffer = malloc(AHC_REBD_LEN, M_DEVBUF, M_WAITOK); [all …]
|
/linux-2.4.37.9/fs/jffs2/ |
D | Makefile | 15 JFFS2_OBJS := dir.o file.o ioctl.o nodelist.o malloc.o \
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppcboot.h | 43 void *(*malloc)(size_t); member
|
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | misc.c | 93 static void *malloc(int size); 119 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/scripts/lxdialog/ |
D | msgbox.c | 48 char * title2 = malloc(width-2+1); in dialog_msgbox()
|
D | yesno.c | 68 char * title2 = malloc(width-2+1); in dialog_yesno()
|
D | checklist.c | 131 if ((status = malloc (sizeof (int) * item_no)) == NULL) { in dialog_checklist() 166 char * title2 = malloc(width-2+1); in dialog_checklist()
|
D | textbox.c | 68 if ((buf = malloc (BUF_SIZE + 1)) == NULL) { in dialog_textbox() 111 char * title2 = malloc(width-2+1); in dialog_textbox()
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | misc.c | 104 static void *malloc(int size); 127 static void *malloc(int size) in malloc() function
|
/linux-2.4.37.9/arch/sparc/boot/ |
D | btfixupprep.c | 125 sect = malloc(strlen (buffer + rellen) + 1); in main() 298 *rr = malloc(sizeof(btfixuprel)); in main()
|
/linux-2.4.37.9/net/ |
D | TUNABLE | 47 4000 Size a Unix domain socket malloc falls back to
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | vm.txt | 231 of calling malloc, directly by mmap and mprotect, and also 235 certain programs, particularly malloc debuggers, may consume 246 When this flag is 0, the kernel checks before each malloc() 251 programs that malloc() huge amounts of memory "just-in-case"
|