Home
last modified time | relevance | path

Searched defs:n_chunks (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h898 uptr n_chunks = kRegionSize / (size + kMetadataSize); in PopulateFreeList() local
/external/u-boot/fs/yaffs2/
Dyaffs_guts.c358 int yaffs_check_alloc_available(struct yaffs_dev *dev, int n_chunks) in yaffs_check_alloc_available()