HomeSort by relevance Sort by last modified time
    Searched refs:initial_bytes (Results 1 - 6 of 6) sorted by null

  /bionic/tests/
pthread_test.cpp 405 size_t initial_bytes = 0; local
413 initial_bytes = mallinfo().uordblks;
435 int leaked_bytes = (final_bytes - initial_bytes);
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)

Completed in 539 milliseconds