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

  /external/valgrind/main/coregrind/
m_mallocfree.c 788 Superblock* newSuperblock ( Arena* a, SizeT cszB )
805 cszB += sizeof(Superblock);
807 if (cszB < a->min_sblock_szB) cszB = a->min_sblock_szB;
808 cszB = VG_PGROUNDUP(cszB);
810 if (cszB >= a->min_unsplittable_sblock_szB)
819 ( cszB, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC );
829 sres = VG_(am_mmap_anon_float_valgrind)( cszB );
831 VG_(out_of_memory_NORETURN)("newSuperblock", cszB);
    [all...]
pub_core_aspacemgr.h 241 extern SysRes VG_(am_mmap_anon_float_valgrind)( SizeT cszB );

Completed in 56 milliseconds