malloc 894 dir.c #define GLOB_ALLOC(type) (type *)malloc(sizeof(type))
malloc 895 dir.c #define GLOB_ALLOC_N(type, n) (type *)malloc(sizeof(type) * (n))
malloc 659 ext/nkf/nkf-utf8/nkf.c ptr = malloc(size);
malloc 1072 ext/ripper/ripper.c && ! ((defined YYMALLOC || defined malloc) \
malloc 1080 ext/ripper/ripper.c # define YYMALLOC malloc
malloc 1081 ext/ripper/ripper.c # if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
malloc 1083 ext/ripper/ripper.c void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
malloc 160 ext/sdbm/_sdbm.c if ((dirname = malloc((unsigned) n)) == NULL)
malloc 180 ext/sdbm/_sdbm.c if ((db = (DBM *) malloc(sizeof(DBM))) == NULL)
malloc 173 ext/socket/getaddrinfo.c if (((ai)->ai_canonname = (char *)malloc(strlen(str) + 1)) != NULL) {\
malloc 183 ext/socket/getaddrinfo.c if (((ai) = (struct addrinfo *)malloc(sizeof(struct addrinfo) +\
malloc 159 ext/syck/gram.c # define YYMALLOC malloc
malloc 48 ext/syck/syck.h #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n))
malloc 49 ext/syck/syck.h #define S_ALLOC(type) (type*)malloc(sizeof(type))
malloc 1528 ext/tk/tkutil/tkutil.c subst_inf->key[chr] = malloc(RSTRING_LEN(RARRAY_PTR(inf)[0]) + 1);
malloc 147 gc.c objspace->profile.record = malloc(sizeof(gc_profile_record) * objspace->profile.size);\
malloc 372 gc.c rb_objspace_t *objspace = malloc(sizeof(rb_objspace_t));
malloc 624 gc.c mem = malloc(size);
malloc 627 gc.c mem = malloc(size);
malloc 850 gc.c p = heaps = (struct heaps_slot *)malloc(size);
malloc 868 gc.c p = (RVALUE*)malloc(HEAP_SIZE);
malloc 1072 parse.c && ! ((defined YYMALLOC || defined malloc) \
malloc 1080 parse.c # define YYMALLOC malloc
malloc 1081 parse.c # if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
malloc 1083 parse.c void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
malloc 110 regint.h #define xmalloc malloc
malloc 1824 ruby.c v2 = malloc((n + 1)* sizeof(char*) + len);
malloc 440 signal.c newSS.ss_sp = altstack = malloc(ALT_STACK_SIZE);
malloc 67 st.c #define alloc(type) (type*)malloc((size_t)sizeof(type))
malloc 243 strftime.c savetz = (char *) malloc(tzlen + 1);
malloc 387 thread_pthread.c (struct cached_thread_entry *)malloc(sizeof(struct cached_thread_entry));
malloc 682 thread_pthread.c malloc(sizeof(struct signal_thread_list));
malloc 849 util.c #define MALLOC malloc
malloc 1950 vm.c rb_vm_t * vm = malloc(sizeof(*vm));
malloc 1951 vm.c rb_thread_t * th = malloc(sizeof(*th));
malloc 1083 win32/win32.c tmpcurr = (NtCmdLineElement *)malloc(sizeof(NtCmdLineElement));
malloc 1106 win32/win32.c if (!(buf = malloc(patt->len + 1))) return 0;
malloc 1373 win32/win32.c buffer = (char *)malloc(len);
malloc 1442 win32/win32.c char *scanname = malloc(len + sizeof(wildcard));
malloc 1583 win32/win32.c if (!(dirp->dirstr.d_name = malloc(dirp->dirstr.d_namlen + 1)))
malloc 2669 win32/win32.c proto_buffers = (WSAPROTOCOL_INFO *)malloc(proto_buffers_len);
malloc 3182 win32/win32.c p = malloc(len);
malloc 3983 win32/win32.c myenvtop = (char **)malloc(sizeof(char *) * (num + 1));