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

  /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/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 126 milliseconds