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

  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size.elf 24 20: 00000058 0 NOTYPE GLOBAL DEFAULT 1 _heap
relax_size2.elf 26 22: 00000060 0 NOTYPE GLOBAL DEFAULT 1 _heap
  /external/python/cpython2/Lib/multiprocessing/
heap.py 239 _heap = Heap() variable in class:BufferWrapper
243 block = BufferWrapper._heap.malloc(size)
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
  /external/python/cpython3/Lib/multiprocessing/
heap.py 244 _heap = Heap() variable in class:BufferWrapper
248 block = BufferWrapper._heap.malloc(size)
250 util.Finalize(self, BufferWrapper._heap.free, args=(block,))
  /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,))
  /external/libmojo/mojo/edk/system/ports/
message_queue.cc 21 // Used by std::{push,pop}_heap functions
  /external/llvm/docs/
Lexicon.rst 108 .. _heap:
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elfmicroblaze.sc 209 ${RELOCATING+ _heap = .;}
  /bionic/libc/malloc_debug/
README.md 124 to the file /data/local/tmp/backtrace\_heap.**PID**.txt. This is useful when
151 to the file named /data/local/tmp/backtrace\_heap.**PID**.exit.txt.
161 The default is /data/local/tmp/backtrace\_heap.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 1491 milliseconds