Searched refs:oldmem (Results 1 - 7 of 7) sorted by relevance

/external/annotation-tools/asmx/test/perf/org/objectweb/asm/
H A DASMMemTest.java199 long oldmem;
201 oldmem = getUsedMem(r);
210 } while (getUsedMem(r) < oldmem);
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp245 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
246 delete oldmem;
/external/dlmalloc/
H A Dmalloc.c5214 void* dlrealloc(void* oldmem, size_t bytes) { argument
5216 if (oldmem == 0) {
5224 dlfree(oldmem);
5229 mchunkptr oldp = mem2chunk(oldmem);
5235 USAGE_ERROR_ACTION(m, oldmem);
5250 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);
5251 internal_free(m, oldmem);
5259 void* dlrealloc_in_place(void* oldmem, size_t bytes) { argument
5261 if (oldmem != 0) {
5267 mchunkptr oldp = mem2chunk(oldmem);
5773 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
5818 mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) argument
[all...]
/external/libffi/src/
H A Ddlmalloc.c3834 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { argument
3840 mchunkptr oldp = mem2chunk(oldmem);
3876 USAGE_ERROR_ACTION(m, oldmem);
3894 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
3895 internal_free(m, oldmem);
4370 void* dlrealloc(void* oldmem, size_t bytes) { argument
4371 if (oldmem == 0)
4375 dlfree(oldmem);
4383 mstate m = get_mstate_for(mem2chunk(oldmem));
4385 USAGE_ERROR_ACTION(m, oldmem);
4773 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { argument
3845 mchunkptr oldp = mem2chunk(oldmem);
3881 USAGE_ERROR_ACTION(m, oldmem);
3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
3900 internal_free(m, oldmem);
4375 void* dlrealloc(void* oldmem, size_t bytes) { argument
4376 if (oldmem == 0)
4380 dlfree(oldmem);
4388 mstate m = get_mstate_for(mem2chunk(oldmem));
4390 USAGE_ERROR_ACTION(m, oldmem);
4778 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { argument
3845 mchunkptr oldp = mem2chunk(oldmem);
3881 USAGE_ERROR_ACTION(m, oldmem);
3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
3900 internal_free(m, oldmem);
4375 void* dlrealloc(void* oldmem, size_t bytes) { argument
4376 if (oldmem == 0)
4380 dlfree(oldmem);
4388 mstate m = get_mstate_for(mem2chunk(oldmem));
4390 USAGE_ERROR_ACTION(m, oldmem);
4778 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
[all...]
/external/annotation-tools/annotation-file-utilities/lib/
H A Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/ALLPerfTest$1. ...

Completed in 413 milliseconds