Home
last modified time | relevance | path

Searched defs:free_start (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dpunch.c195 blk64_t lfree_start, blk64_t free_start, in punch_extent_blocks()
272 blk64_t free_start, next, lfree_start; in ext2fs_punch_extent() local
/aosp_15_r20/external/mtools/
H A Dvfat.h81 unsigned int free_start; member
/aosp_15_r20/frameworks/native/libs/binder/
H A DMemoryDealer.cpp193 size_t free_start = freedOffset; in ~Allocation() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs284 free_start: DeviceSize, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2400 let free_start = state >> 2; in allocate() localVariable
2422 let free_start = relative_offset + size; in allocate() localVariable
/aosp_15_r20/art/runtime/
H A Ddebugger.cc576 void* free_start = startOfNextMemoryChunk_; in ProcessRecord() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-profile.c391 static void free_start(struct start_data *start) in free_start() function