Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 4 of 4) sorted by relevance

/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c90 int allocate, in file_test_open()
192 int allocate, in file_test_etc()
234 int allocate, in file_test()
/trusty/user/base/lib/trusty-std/src/
Dalloc.rs272 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate() method
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1168 int allocate, in file_test_open()
1289 int allocate, in file_test_etc()
1325 int allocate, in file_test()
1340 int allocate, in file_test_split_tr()
/trusty/user/app/storage/
Dblock_cache.c578 bool allocate) { in block_cache_lookup()