Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b78b4d7b
Kaydet (Commit)
b78b4d7b
authored
Mar 15, 2011
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge with 3.2
üst
106f8e3e
8beaa6c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
ChangeLog
Modules/_ctypes/libffi/ChangeLog
+2
-2
dlmalloc.c
Modules/_ctypes/libffi/src/dlmalloc.c
+2
-2
ffi_darwin.c
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
+1
-1
ppc-ffi_darwin.c
Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c
+1
-1
No files found.
Modules/_ctypes/libffi/ChangeLog
Dosyayı görüntüle @
b78b4d7b
...
...
@@ -3084,7 +3084,7 @@
2003-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
* src/sh/ffi.c (ffi_prep_args): Take account into the alignment
* src/sh/ffi.c (ffi_prep_args): Take account into the align
e
ment
for the register size.
(ffi_closure_helper_SYSV): Handle the structure return value
address correctly.
...
...
@@ -3344,7 +3344,7 @@
2003-02-06 Andreas Tobler <a.tobler@schweiz.ch>
* libffi/src/powerpc/darwin_closure.S:
Fix alignment bug, allocate 8 bytes for the result.
Fix align
e
ment bug, allocate 8 bytes for the result.
* libffi/src/powerpc/aix_closure.S:
Likewise.
* libffi/src/powerpc/ffi_darwin.c:
...
...
Modules/_ctypes/libffi/src/dlmalloc.c
Dosyayı görüntüle @
b78b4d7b
...
...
@@ -1326,7 +1326,7 @@ static void* win32direct_mmap(size_t size) {
return
(
ptr
!=
0
)
?
ptr
:
MFAIL
;
}
/* This function supports releasing coales
c
ed segments */
/* This function supports releasing coalesed segments */
static
int
win32munmap
(
void
*
ptr
,
size_t
size
)
{
MEMORY_BASIC_INFORMATION
minfo
;
char
*
cptr
=
ptr
;
...
...
@@ -1362,7 +1362,7 @@ static int win32munmap(void* ptr, size_t size) {
#define CALL_MORECORE(S) MFAIL
#endif
/* HAVE_MORECORE */
/* mstate bit set if contiguous morecore disabled or failed */
/* mstate bit set if conti
n
guous morecore disabled or failed */
#define USE_NONCONTIGUOUS_BIT (4U)
/* segment bit set in create_mspace_with_base */
...
...
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
Dosyayı görüntüle @
b78b4d7b
...
...
@@ -592,7 +592,7 @@ typedef struct aix_fd_struct {
+---------------------------------------+ 160
| result area 8 |
+---------------------------------------+ 168
| align
ment to the next multiple of 16
|
| align
ement to the next multiple of 16
|
SP current --> +---------------------------------------+ 176 <- parent frame
| back chain to caller 4 |
+---------------------------------------+ 180
...
...
Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c
Dosyayı görüntüle @
b78b4d7b
...
...
@@ -650,7 +650,7 @@ ffi_call(
+---------------------------------------+ 160
| result area 8 |
+---------------------------------------+ 168
| align
ment to the next multiple of 16
|
| align
ement to the next multiple of 16
|
SP current --> +---------------------------------------+ 176 <- parent frame
| back chain to caller 4 |
+---------------------------------------+ 180
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment