OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_MALLOC
(Results
26 - 42
of
42
) sorted by null
1
2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c
88
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
143
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
1061
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
[
all
...]
unicodeobject.c
348
unicode->str = (Py_UNICODE*)
PyObject_MALLOC
(new_size);
358
unicode->str = (Py_UNICODE*)
PyObject_MALLOC
(new_size);
750
callresults =
PyObject_Malloc
(sizeof(PyObject *)*callcount);
899
abuffer =
PyObject_Malloc
(abuffersize + 1);
[
all
...]
typeobject.c
763
obj = (PyObject *)
PyObject_MALLOC
(size);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c
[
all
...]
parsermodule.c
779
strn = (char *)
PyObject_MALLOC
(len);
865
res->n_str = (char *)
PyObject_MALLOC
(len);
[
all
...]
datetimemodule.c
611
PyObject_MALLOC
(aware ?
626
PyObject_MALLOC
(aware ?
[
all
...]
_sre.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c
235
op = (PyComplexObject *)
PyObject_MALLOC
(sizeof(PyComplexObject));
[
all
...]
stringobject.c
88
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
143
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
1056
op = (PyStringObject *)
PyObject_MALLOC
(PyStringObject_SIZE + size);
[
all
...]
unicodeobject.c
335
unicode->str = (Py_UNICODE*)
PyObject_MALLOC
(new_size);
345
unicode->str = (Py_UNICODE*)
PyObject_MALLOC
(new_size);
708
callresults =
PyObject_Malloc
(sizeof(PyObject *)*callcount);
833
abuffer =
PyObject_Malloc
(abuffersize);
[
all
...]
typeobject.c
755
obj = (PyObject *)
PyObject_MALLOC
(size);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c
808
strn = (char *)
PyObject_MALLOC
(len);
894
res->n_str = (char *)
PyObject_MALLOC
(len);
[
all
...]
datetimemodule.c
611
PyObject_MALLOC
(aware ?
626
PyObject_MALLOC
(aware ?
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c
[
all
...]
Completed in 1740 milliseconds
1
2