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

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 239 _heap = Heap() variable in class:BufferWrapper
243 block = BufferWrapper._heap.malloc(size)
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 239 _heap = Heap() variable in class:BufferWrapper
243 block = BufferWrapper._heap.malloc(size)
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 239 _heap = Heap() variable in class:BufferWrapper
243 block = BufferWrapper._heap.malloc(size)
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 239 _heap = Heap() variable in class:BufferWrapper
243 block = BufferWrapper._heap.malloc(size)
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 170 typedef struct _heap _heap; typedef in typeref:struct:_heap
171 struct _heap { struct
172 _heap* pPrev;
178 _heap* pheap;
185 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) {
186 _heap* pn = 0;
187 pn = malloc(size + sizeof(_heap) - sizeof(uint64_t));
223 _heap* pa = me->pheap;
225 _heap* pn = pa
    [all...]
chre_slpi_stub.c 170 typedef struct _heap _heap; typedef in typeref:struct:_heap
171 struct _heap { struct
172 _heap* pPrev;
178 _heap* pheap;
185 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) {
186 _heap* pn = 0;
187 pn = malloc(size + sizeof(_heap) - sizeof(uint64_t));
223 _heap* pa = me->pheap;
225 _heap* pn = pa
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 142 milliseconds