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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /external/python/cpython2/Include/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /external/python/cpython3/Objects/
obmalloc.c 23 static void* _PyMem_DebugRealloc(void *ctx, void *ptr, 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}
439 alloc.realloc = _PyMem_DebugRealloc;
452 alloc.realloc = _PyMem_DebugRealloc;
    [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 5365 milliseconds