HomeSort by relevance Sort by last modified time
    Searched defs:_malloc (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /external/syslinux/core/mem/
malloc.c 92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) function
96 dprintf("_malloc(%zu, %u, %u) @ %p = ",
109 return _malloc(size, HEAP_MAIN, MALLOC_CORE);
116 p = _malloc(size, HEAP_LOWMEM, MALLOC_CORE);
124 return _malloc(size, HEAP_LOWMEM, MALLOC_MODULE);
  /bionic/libc/bionic/
malloc_common.cpp 114 auto _malloc = __libc_globals->malloc_dispatch.malloc; local
115 if (__predict_false(_malloc != nullptr)) {
116 return _malloc(bytes);
  /external/zlib/src/contrib/delphi/
ZLib.pas 218 function _malloc(Size: Integer): Pointer; cdecl; function
  /external/zlib/src/contrib/pascal/
zlibpas.pas 256 function _malloc(Size: Integer): Pointer; cdecl; function

Completed in 171 milliseconds