OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyMem_Malloc
(Results
151 - 170
of
170
) sorted by null
1
2
3
4
5
6
7
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c
152
op->ob_item = (PyObject **)
PyMem_MALLOC
(nbytes);
673
recycle = (PyObject **)
PyMem_MALLOC
(s);
[
all
...]
stringobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c
36
* 1. We use
PyMem_Malloc
and PyMem_Free in place of malloc and free.
41
* 3. Instead of assuming that
PyMem_Malloc
always succeeds, we thread
42
*
PyMem_Malloc
failures through the code. The functions
125
#define MALLOC
PyMem_Malloc
328
translate each call to Balloc into a call to
PyMem_Malloc
, and each
382
/* Alternative versions of Balloc and Bfree that use
PyMem_Malloc
and
[
all
...]
/external/python/cpython2/Objects/
listobject.c
152
op->ob_item = (PyObject **)
PyMem_MALLOC
(nbytes);
672
recycle = (PyObject **)
PyMem_MALLOC
(s);
[
all
...]
stringobject.c
[
all
...]
/external/python/cpython2/Python/
dtoa.c
36
* 1. We use
PyMem_Malloc
and PyMem_Free in place of malloc and free.
41
* 3. Instead of assuming that
PyMem_Malloc
always succeeds, we thread
42
*
PyMem_Malloc
failures through the code. The functions
125
#define MALLOC
PyMem_Malloc
345
translate each call to Balloc into a call to
PyMem_Malloc
, and each
399
/* Alternative versions of Balloc and Bfree that use
PyMem_Malloc
and
[
all
...]
/external/python/cpython3/Modules/
_collectionsmodule.c
127
b =
PyMem_Malloc
(sizeof(block));
[
all
...]
_cursesmodule.c
[
all
...]
posixmodule.c
[
all
...]
/external/python/cpython3/Modules/_io/
textio.c
458
translated =
PyMem_Malloc
(kind * len);
[
all
...]
/external/python/cpython3/Objects/
listobject.c
635
recycle = (PyObject **)
PyMem_MALLOC
(s);
[
all
...]
unicodeobject.c
[
all
...]
/external/python/cpython2/Modules/
posixmodule.c
[
all
...]
cPickle.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c
[
all
...]
posixmodule.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c
[
all
...]
/external/python/cpython3/Python/
ast.c
[
all
...]
Completed in 7114 milliseconds
1
2
3
4
5
6
7