HomeSort by relevance Sort by last modified time
    Searched refs:_PyMem_DebugMalloc (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymem.h 62 #define PyMem_MALLOC _PyMem_DebugMalloc
objimpl.h 115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymem.h 62 #define PyMem_MALLOC _PyMem_DebugMalloc
objimpl.h 115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
  /external/python/cpython2/Include/
pymem.h 62 #define PyMem_MALLOC _PyMem_DebugMalloc
objimpl.h 115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
  /external/python/cpython3/Objects/
obmalloc.c 21 static void* _PyMem_DebugMalloc(void *ctx, size_t size);
202 {&_PyMem_Debug.mem, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
204 {&_PyMem_Debug.obj, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
396 return (_PyObject.malloc == _PyMem_DebugMalloc);
431 if (_PyMem.malloc == _PyMem_DebugMalloc) {
437 alloc.malloc = _PyMem_DebugMalloc;
444 if (_PyObject.malloc == _PyMem_DebugMalloc) {
450 alloc.malloc = _PyMem_DebugMalloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c     [all...]
  /external/python/cpython2/Objects/
obmalloc.c     [all...]

Completed in 196 milliseconds