Searched refs:ALLOC (Results 1 – 3 of 3) sorted by relevance
101 #ifndef ALLOC102 # define ALLOC(size) (malloc(size)) macro367 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);510 s=(unz_s*)ALLOC(sizeof(unz_s));1098 ALLOC(sizeof(file_in_zip_read_info_s));1102 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
811 #define ALLOC(type, n) ((type *) HeapAlloc(GetProcessHeap(), 0, sizeof(type) * n )) macro824 lpFolderA = ALLOC( WCHAR, 16000 ); in _SHGetSpecialFolder()
2900 ALLOC="SYS_ALLOC";2910 ALLOC="TCMALLOC";2919 ALLOC="JEMALLOC";2923 ALLOC="SYS_ALLOC";2930 AC_SUBST(ALLOC) subst
Completed in 56 milliseconds