HomeSort by relevance Sort by last modified time
    Searched refs:_PyMem_DebugRealloc (Results 1 - 18 of 18) 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);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 63 #define PyMem_REALLOC _PyMem_DebugRealloc
objimpl.h 116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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);
179 _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree
317 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 441 milliseconds