Home
last modified time | relevance | path

Searched refs:mem (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx199 char * mem = (char *) malloc( in call_uno() local
201 char * mem = (char *) alloca( in call_uno()
205 void ** uno_args = (void **) mem; in call_uno()
206 void * uno_ret = return_size == 0 ? 0 : (mem + (nParams * sizeof (void *))); in call_uno()
208 (mem + (nParams * sizeof (void *)) + return_size); in call_uno()
261 free( mem ); in call_uno()
309 free( mem ); in call_uno()
340 free( mem ); in call_uno()
350 free( mem ); in call_uno()
355 free( mem ); in call_uno()
[all …]
H A Djni_base.h236 inline static void operator delete ( void * mem ) in operator delete()
237 { if (mem) rtl_freeMemory( mem ); } in operator delete()
238 inline static void * operator new ( size_t, void * mem ) in operator new()
239 { return mem; } in operator new()
H A Djni_data.cxx602 auto_ptr< rtl_mem > mem( in map_to_uno() local
604 *(jlong *) mem.get() = jni->CallLongMethodA( in map_to_uno()
607 pAny->pData = mem.release(); in map_to_uno()
620 auto_ptr< rtl_mem > mem( in map_to_uno() local
622 *(jfloat *) mem.get() = jni->CallFloatMethodA( in map_to_uno()
625 pAny->pData = mem.release(); in map_to_uno()
640 auto_ptr< rtl_mem > mem( in map_to_uno() local
642 *(jdouble *) mem.get() = in map_to_uno()
647 pAny->pData = mem.release(); in map_to_uno()
671 auto_ptr< rtl_mem > mem( in map_to_uno() local
[all …]
H A Djni_helper.h45 ::std::auto_ptr< rtl_mem > mem( in jstring_to_ustring()
48 rtl_uString * ustr = (rtl_uString *)mem.get(); in jstring_to_ustring()
54 mem.release(); in jstring_to_ustring()
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java427 int mem = 0; in stop() local
429 while (storageAfter != mem && count < 10) in stop()
432 mem = storageAfter; in stop()
499 String mem = aToken.nextToken(); in getOfficeMemoryUsage() local
500 mem = mem.substring(0, mem.indexOf('K')); in getOfficeMemoryUsage()
501 Integer memory = new Integer(mem); in getOfficeMemoryUsage()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h127 inline static void operator delete ( void * mem ) in operator delete()
128 { if (mem) rtl_freeMemory( mem ); } in operator delete()
129 inline static void * operator new ( size_t, void * mem ) in operator new()
130 { return mem; } in operator new()
H A Dcli_data.cxx920 pAny->pData = mem.release(); in map_to_uno()
933 pAny->pData = mem.release(); in map_to_uno()
944 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (float) ) ); in map_to_uno() local
945 *(float*) mem.get() = *__try_cast<System::Single*>(aAny.Value); in map_to_uno()
946 pAny->pData = mem.release(); in map_to_uno()
957 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (double) ) ); in map_to_uno() local
958 *(double*) mem.get()= *__try_cast<System::Double*>(aAny.Value); in map_to_uno()
959 pAny->pData= mem.release(); in map_to_uno()
986 auto_ptr< rtl_mem > mem(rtl_mem::allocate(td->nSize)); in map_to_uno() local
989 mem.get(), aAny.Value, value_td.getTypeLibType(), in map_to_uno()
[all …]
H A Dcli_uno.cxx77 char * mem = (char *)alloca( in call_uno() local
80 void ** uno_args = (void **)mem; in call_uno()
84 uno_ret = (mem + (nParams * sizeof (void *))); in call_uno()
85 largest * uno_args_mem = (largest *)(mem + (nParams * sizeof (void *)) + return_size); in call_uno()
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx176 HGLOBAL mem= GlobalAlloc(GHND, length + 1 ); in OnTimer() local
177 void* pMem= GlobalLock( mem); in OnTimer()
179 GlobalUnlock( mem); in OnTimer()
183 medium.hGlobal= mem; in OnTimer()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx112 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE, in init_destination()
158 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_dest()
288 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_src()
292 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, in jpeg_svstream_src()
/trunk/main/libxmlsec/
H A Dxmlsec1-os2.patch35 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS…
72 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS…
/trunk/main/i18npool/source/collator/
H A Dgencoll_rule.cxx36 U_CAPI void U_EXPORT2 uprv_free(void *mem);
/trunk/main/ucpp/
H A Ducpp.patch46 …BJ)$/eval.obj $(OBJ)$/hash.obj $(OBJ)$/lexer.obj $(OBJ)$/macro.obj $(OBJ)$/mem.obj $(OBJ)$/nhash.o…
/trunk/main/solenv/inc/
H A Dos2gcci.mk189 LINKFLAGS= -Zno-fork -Zhigh-mem -Zmap
/trunk/ext_libraries/coinmp/
H A Dcoinmp-1.6.0-os2.patch88 + gcc -g -Zbin-files -Zhigh-mem -Zomf -Zdll $(OS2_DLL_NAME).def -o $@ $(OS2_DLL_OBJ) $(OS2_DLL_LIBS…
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dindonesian.lm294 mem 109
H A Dmalay.lm238 mem 625
/trunk/main/expat/
H A Dexpat-2.5.0.patch403 - NAMED **newV = table->mem->malloc_fcn(tsize);
405 + newV = table->mem->malloc_fcn(tsize);
/trunk/main/solenv/gbuild/platform/
H A Dos2.mk125 -Zhigh-mem \
/trunk/main/nss/
H A Dnss_win.patch2791 + void *mem = NULL;
2798 - void *mem = NULL;
2799 - void *v = PORT_ZAllocAligned(size, alignment, &mem);
2800 + v = PORT_ZAllocAligned(size, alignment, &mem);
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini558 0x00000200=out-of-mem
559 0x00000400=out-of-mem-renderer
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch224 extern void wg_free( void *mem )
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf46 …D_BASIC_START SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK 0 ca No hi ha prou memòria de pila. 202…
6604 sw source\ui\shells\shells.src 0 string STR_GRFILTER_TOOBIG 0 ca No hi ha prou memòria per inser…
10627 sc source\ui\src\scstring.src 0 string SCSTR_GRFILTER_TOOBIG 0 ca No hi ha prou memòria per inse…
17620 desktop win32\source\setup\setup.ulf 0 LngText %OUTOFMEM% 0 ca No hi ha memòria suficient 202…
18533 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 ca No hi ha prou memòria!\nL'acció no e…
18682 sd source\ui\app\strings.src 0 string STR_IMPORT_GRFILTER_TOOBIG 175 ca No hi ha prou memòria pe…
21026 sfx2 source\appl\app.src 0 string RID_SVXSTR_GRFILTER_TOOBIG 0 ca No hi ha prou memòria per inse…
21551 svtools source\dialogs\prnsetup.src 0 string STR_SVT_PRNDLG_OUT_OF_MEMORY 0 ca No hi ha prou mem
38419memòria cau d'imatges desa els gràfics continguts en un document a la memòria principal del vostre…
38902 helpcontent2 source\text\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 ca Utilitza la mem
[all …]
/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf46 …ASIC_START SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK 0 ca-XV No hi ha prou memòria de pila. 202…
6604 sw source\ui\shells\shells.src 0 string STR_GRFILTER_TOOBIG 0 ca-XV No hi ha prou memòria per in…
10627 sc source\ui\src\scstring.src 0 string SCSTR_GRFILTER_TOOBIG 0 ca-XV No hi ha prou memòria per i…
17620 desktop win32\source\setup\setup.ulf 0 LngText %OUTOFMEM% 0 ca-XV No hi ha memòria suficient …
18533 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 ca-XV No hi ha prou memòria!\nL'acció n…
18682 sd source\ui\app\strings.src 0 string STR_IMPORT_GRFILTER_TOOBIG 175 ca-XV No hi ha prou memòria…
21026 sfx2 source\appl\app.src 0 string RID_SVXSTR_GRFILTER_TOOBIG 0 ca-XV No hi ha prou memòria per i…
21551 …rnsetup.src 0 string STR_SVT_PRNDLG_OUT_OF_MEMORY 0 ca-XV No hi ha prou memòria 20200411 15:…
38419memòria cau d'imatges alça els gràfics continguts en un document a la memòria principal del vostre…
38902 …\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 ca-XV Utilitza la memòria cau per al fons…
[all …]
/trunk/extras/l10n/source/pt/
H A Dlocalize.sdf18533 sd source\core\glob.src 0 string STR_NOT_ENOUGH_MEMORY 0 pt Não existe memória suficiente!\nA ac…
19312 sd source\ui\dlg\tpoption.src 0 checkbox TP_OPTIONS_MISC CBX_MASTERPAGE_CACHE 242 pt Usar memória…
27871 …t\sbasic\shared\01030300.xhp 0 help hd_id3148618 20 0 pt A janela Chamar memória de pilha 202…
38419memória de imagens guarda as imagens contidas num documento na memória principal do computador. Is…
38424 helpcontent2 source\text\shared\optionen\01011000.xhp 0 help hd_id3148920 16 0 pt Remover da memó…
38902 helpcontent2 source\text\shared\optionen\01070500.xhp 0 help hd_id3146120 15 0 pt Utilizar memóri…
45419 …red\explorer\database\11170000.xhp 0 help hd_id3153750 4 0 pt Tamanho da memória intermédia 2…
46248 …ed\explorer\database\30100000.xhp 0 help hd_id3155415 30 0 pt Tamanho da memória intermédia (MB)…
69775 …emory.src 0 fixedtext OFA_TP_MEMORY FT_GRAPHICOBJECTTIME 0 pt Remover da memória após 2020041…
72319 dbaccess source\ui\dlg\dbadmin.src 0 fixedtext PAGE_ADABAS FT_CACHE_SIZE 0 pt ~Tamanho da memória…
[all …]

Completed in 3181 milliseconds

12