Searched refs:heap_alloc (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/win32/
H A Ddirent.h43 #define heap_alloc(s) HeapAlloc(GetProcessHeap(),HEAP_ZERO_MEMORY,(s)) macro
H A Ddirent.c76 buf= (char *)heap_alloc(buflen);
100 tmp= (char *)heap_alloc(buflen);
114 dptr = (DIR *)heap_alloc(sizeof(DIR));
145 dptr->dd_buf = (struct dirent *)heap_alloc(sizeof(struct dirent));
317 hnet = heap_alloc(sizeof(nethandle_t));
318 hnet->netres = heap_alloc(1024);/*FIXBUF*/
H A DCODING6 1. heap_alloc()/heap_free(), if the memory will never be acessed in a child
H A Dglobals.c189 pathbuf=heap_alloc(MAX_PATH+1);
193 progpath=heap_alloc((MAX_PATH<<1)+1);
H A Dsupport.c278 originalPtr = cmdstr= heap_alloc(MAX_PATH<<2);
308 argv0 = heap_alloc(MAX_PATH); /* not freed */
719 path1 =heap_alloc(rc);
794 tempquotedbuf = heap_alloc(tqlen);
915 oldpath = heap_alloc(len+1);
916 pathstr = heap_alloc(len+1);
H A Dntfunc.c166 cmdstr = heap_alloc(cmdsize);
356 nameBuf = heap_alloc(len+1);
365 valBuf = heap_alloc(len+1);
537 hb_subst_array[i] = heap_alloc(len+1);
616 no_assoc_array[i] = heap_alloc(len+1);
693 originalPtr = cmdstr= heap_alloc(MAX_PATH<<2);
905 originalPtr = cmdstr= heap_alloc(MAX_PATH<<2);
930 argv0= heap_alloc(MAX_PATH);
1084 protocol = (char *)heap_alloc(size + 2);
H A Dnt.who.c202 p_ctx = heap_alloc(sizeof(ncb_ctx));
203 Adapter = heap_alloc(sizeof(ASTAT));
H A Dclip.c288 realbuf = heap_alloc(rbsize);
409 outbuf = heap_alloc(obsize);
486 buf = heap_alloc(( LastChar - Cursor + 1)*2*sizeof(Char));
H A Dps.c143 processlist = heap_alloc(100*sizeof(pslist));
182 processlist = heap_alloc(dummy*sizeof(pslist));
H A Dsignal.c459 clist_h = heap_alloc(sizeof(ChildListNode));
468 clist_t->next = heap_alloc(sizeof(ChildListNode));
H A Dio.c276 irec = heap_alloc(howmany*sizeof(INPUT_RECORD));
H A Dntport.h68 #define heap_alloc(s) HeapAlloc(GetProcessHeap(),HEAP_ZERO_MEMORY,(s)) macro

Completed in 132 milliseconds