Home
last modified time | relevance | path

Searched refs:ALLOC (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m101 #ifndef ALLOC
102 # define ALLOC(size) (malloc(size)) macro
367 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);
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx811 #define ALLOC(type, n) ((type *) HeapAlloc(GetProcessHeap(), 0, sizeof(type) * n )) macro
824 lpFolderA = ALLOC( WCHAR, 16000 ); in _SHGetSpecialFolder()
/trunk/main/
H A Dconfigure.ac2910 ALLOC="SYS_ALLOC";
2920 ALLOC="TCMALLOC";
2929 ALLOC="JEMALLOC";
2933 ALLOC="SYS_ALLOC";
2940 AC_SUBST(ALLOC) subst

Completed in 49 milliseconds