Home
last modified time | relevance | path

Searched refs:rawmem (Results 1 – 25 of 122) sorted by relevance

12345

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dexample_bytecode_test.go40 rawmem, bufsize := ctxSerialize.GetBuffer(-1)
42 if uintptr(rawmem) == uintptr(0) {
45 …rawmemslice := *(*[]byte)(unsafe.Pointer(&reflect.SliceHeader{Data: uintptr(rawmem), Len: int(bufs…
59 rawmem = ctxDeserialize.PushBuffer(len(bytecode), false)
60 if uintptr(rawmem) == uintptr(0) {
65 …rawmemslice = *(*[]byte)(unsafe.Pointer(&reflect.SliceHeader{Data: uintptr(rawmem), Len: len(bytec…
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dnumexpr_object.cpp45 PyMem_Del(self->rawmem); in NumExpr_dealloc()
72 self->rawmem = NULL; in NumExpr_new()
95 char **mem = NULL, *rawmem = NULL; in NumExpr_init() local
216 rawmem = PyMem_New(char, rawmemsize); in NumExpr_init()
219 if (!mem || !rawmem || !memsteps || !memsizes) { in NumExpr_init()
225 PyMem_Del(rawmem); in NumExpr_init()
241 mem[i+n_inputs+1] = rawmem + mem_offset; in NumExpr_init()
313 PyMem_Del(rawmem); in NumExpr_init()
335 REPLACE_MEM(rawmem); in NumExpr_init()
H A Dnumexpr_object.hpp23 char *rawmem; /* a chunks of raw memory for storing registers */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DProtocolUtils.cpp469 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, false, &id)); in AllocShmem() local
470 if (!rawmem) { in AllocShmem()
474 *aOutMem = Shmem(Shmem::IHadBetterBeIPDLCodeCallingThis_OtherwiseIAmADoodyhead(), rawmem, id); in AllocShmem()
484 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
485 if (!rawmem) { in AllocUnsafeShmem()
489 *aOutMem = Shmem(Shmem::IHadBetterBeIPDLCodeCallingThis_OtherwiseIAmADoodyhead(), rawmem, id); in AllocUnsafeShmem()
694 if (!rawmem) { in ShmemCreated()
697 mShmemMap.AddWithID(rawmem.forget().take(), id); in ShmemCreated()
711 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
712 if (rawmem) { in ShmemDestroyed()
[all …]
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DProtocolUtils.cpp413 if (!rawmem) { in AllocShmem()
417 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocShmem()
431 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
432 if (!rawmem) { in AllocUnsafeShmem()
436 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocUnsafeShmem()
740 RefPtr<Shmem::SharedMemory> rawmem( in ShmemCreated() local
742 if (!rawmem) { in ShmemCreated()
746 mShmemMap.InsertOrUpdate(id, rawmem.forget().take()); in ShmemCreated()
758 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
759 if (rawmem) { in ShmemDestroyed()
[all …]
H A DShmem.cpp466 Shmem::SharedMemory* rawmem = aActor->LookupSharedMemory(id); in Read() local
467 if (rawmem) { in Read()
468 *aResult = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in Read()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_lib.cc93 void *rawmem = nullptr; in my_dir() local
107 rawmem = pointer_cast<Entries_array *>(buffer + ALIGN_SIZE(sizeof(MY_DIR))); in my_dir()
108 dir_entries_storage = new (rawmem) Entries_array(key_memory_MY_DIR); in my_dir()
198 void *rawmem = NULL; in my_dir() local
221 rawmem = buffer + ALIGN_SIZE(sizeof(MY_DIR)); in my_dir()
222 dir_entries_storage = new (rawmem) Entries_array(key_memory_MY_DIR); in my_dir()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DProtocolUtils.cpp401 if (!rawmem) { in AllocShmem()
405 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocShmem()
413 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
414 if (!rawmem) { in AllocUnsafeShmem()
418 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocUnsafeShmem()
762 RefPtr<Shmem::SharedMemory> rawmem( in ShmemCreated() local
764 if (!rawmem) { in ShmemCreated()
768 mShmemMap.Put(id, rawmem.forget().take()); in ShmemCreated()
780 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
781 if (rawmem) { in ShmemDestroyed()
[all …]
H A DShmem.cpp453 Shmem::SharedMemory* rawmem = aActor->LookupSharedMemory(id); in Read() local
454 if (rawmem) { in Read()
455 *aResult = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in Read()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DProtocolUtils.cpp400 if (!rawmem) { in AllocShmem()
406 rawmem, id); in AllocShmem()
414 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
415 if (!rawmem) { in AllocUnsafeShmem()
421 rawmem, id); in AllocUnsafeShmem()
651 RefPtr<Shmem::SharedMemory> rawmem(Shmem::OpenExisting( in ShmemCreated() local
654 if (!rawmem) { in ShmemCreated()
657 mShmemMap.AddWithID(rawmem.forget().take(), id); in ShmemCreated()
669 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
670 if (rawmem) { in ShmemDestroyed()
[all …]
H A DShmem.cpp453 Shmem::SharedMemory* rawmem = aActor->LookupSharedMemory(id); in Read() local
454 if (rawmem) { in Read()
457 rawmem, id); in Read()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DProtocolUtils.cpp452 if (!rawmem) { in AllocShmem()
456 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocShmem()
470 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
471 if (!rawmem) { in AllocUnsafeShmem()
475 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocUnsafeShmem()
811 RefPtr<Shmem::SharedMemory> rawmem( in ShmemCreated() local
813 if (!rawmem) { in ShmemCreated()
817 mShmemMap.InsertOrUpdate(id, rawmem.forget().take()); in ShmemCreated()
829 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
830 if (rawmem) { in ShmemDestroyed()
[all …]
H A DShmem.cpp465 Shmem::SharedMemory* rawmem = aActor->LookupSharedMemory(id); in Read() local
466 if (rawmem) { in Read()
467 *aResult = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in Read()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DProtocolUtils.cpp452 if (!rawmem) { in AllocShmem()
456 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocShmem()
470 Shmem::SharedMemory* rawmem(CreateSharedMemory(aSize, aType, true, &id)); in AllocUnsafeShmem() local
471 if (!rawmem) { in AllocUnsafeShmem()
475 *aOutMem = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in AllocUnsafeShmem()
811 RefPtr<Shmem::SharedMemory> rawmem( in ShmemCreated() local
813 if (!rawmem) { in ShmemCreated()
817 mShmemMap.InsertOrUpdate(id, rawmem.forget().take()); in ShmemCreated()
829 Shmem::SharedMemory* rawmem = LookupSharedMemory(id); in ShmemDestroyed() local
830 if (rawmem) { in ShmemDestroyed()
[all …]
H A DShmem.cpp465 Shmem::SharedMemory* rawmem = aActor->LookupSharedMemory(id); in Read() local
466 if (rawmem) { in Read()
467 *aResult = Shmem(Shmem::PrivateIPDLCaller(), rawmem, id); in Read()
/dports/databases/percona57-server/percona-server-5.7.36-39/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/percona57-client/percona-server-5.7.36-39/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dunique-t.cc59 void *rawmem = thd()->mem_root->Alloc(unique_calc_buff_size * sizeof(uint)); in TEST_F() local
61 static_cast<uint *>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/mysql57-client/mysql-5.7.36/unittest/gunit/
H A Dunique-t.cc59 void *rawmem= alloc_root(thd()->mem_root, in TEST_F() local
62 Bounds_checked_array<uint>(static_cast<uint*>(rawmem), unique_calc_buff_size); in TEST_F()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/vio/
H A Dvio.cc410 void *rawmem = my_malloc(key_memory_vio, sizeof(Vio), MYF(MY_WME)); in internal_vio_create() local
411 if (rawmem == nullptr) return nullptr; in internal_vio_create()
412 return new (rawmem) Vio(flags); in internal_vio_create()
/dports/comms/mlan3/mlan3-1.00/lib/userial/
H A DMakefile23 owpgrw.c owprgm.c rawmem.c \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dmacro.cpp1679 Node*& ctrl, Node*& rawmem) { in expand_dtrace_alloc_probe() argument
1702 rawmem = new ProjNode(call, TypeFunc::Memory); in expand_dtrace_alloc_probe()
1703 transform_later(rawmem); in expand_dtrace_alloc_probe()
1711 Node* control, Node* rawmem, Node* object, in initialize_object() argument
1716 Node* mark_node = alloc->make_ideal_mark(&_igvn, object, control, rawmem); in initialize_object()
1720rawmem = make_store(control, rawmem, object, oopDesc::mark_offset_in_bytes(), mark_node, TypeX_X->… in initialize_object()
1722rawmem = make_store(control, rawmem, object, oopDesc::klass_offset_in_bytes(), klass_node, T_METAD… in initialize_object()
1727rawmem = make_store(control, rawmem, object, arrayOopDesc::length_offset_in_bytes(), length, T_INT… in initialize_object()
1747 rawmem = ClearArrayNode::clear_memory(control, rawmem, object, in initialize_object()
1756 rawmem = init->complete_stores(control, rawmem, object, in initialize_object()
[all …]

12345