Home
last modified time | relevance | path

Searched refs:free_count (Results 1 – 9 of 9) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dpunch.c196 __u32 free_count, int *freed) in punch_extent_blocks() argument
205 *freed += free_count; in punch_extent_blocks()
206 while (free_count-- > 0) in punch_extent_blocks()
227 if (cluster_freed > free_count) in punch_extent_blocks()
228 cluster_freed = free_count; in punch_extent_blocks()
229 free_count -= cluster_freed; in punch_extent_blocks()
235 while (free_count > 0 && free_count >= (unsigned) EXT2FS_CLUSTER_RATIO(fs)) { in punch_extent_blocks()
239 free_count -= cluster_freed; in punch_extent_blocks()
245 if (free_count > 0) { in punch_extent_blocks()
269 __u32 free_count, newlen; in ext2fs_punch_extent() local
[all …]
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c179 uint32_t free_count = collection_p->capacity - collection_p->item_count; in ecma_collection_append() local
181 if (free_count < count) in ecma_collection_append()
183 ecma_collection_reserve (collection_p, count - free_count); in ecma_collection_append()
/third_party/libffi/src/
Dclosures.c166 uint16_t free_count; member
223 table->free_count = FFI_TRAMPOLINE_COUNT; in ffi_trampoline_table_alloc()
231 for (i = 0; i < table->free_count; i++) in ffi_trampoline_table_alloc()
237 if (i < table->free_count - 1) in ffi_trampoline_table_alloc()
297 ffi_trampoline_tables->free_count--; in ffi_closure_alloc()
324 table->free_count++; in ffi_closure_free()
328 if (table->free_count == FFI_TRAMPOLINE_COUNT in ffi_closure_free()
/third_party/openssl/crypto/
Dmem.c38 static TSAN_QUALIFIER int free_count; variable
105 *fcount = tsan_load(&free_count); in CRYPTO_get_alloc_counts()
297 INCREMENT(free_count); in CRYPTO_free()
/third_party/protobuf/src/google/protobuf/
Darena_test_util.cc45 EXPECT_EQ(0, capture_alloc.free_count()); in ~NoHeapChecker()
Darena_test_util.h91 int free_count() { return 0; } in free_count() function
/third_party/libuv/src/unix/
Dhurd.c91 return vmstats.free_count * vm_page_size; in uv_get_free_memory()
Ddarwin.c116 return (uint64_t) info.free_count * sysconf(_SC_PAGESIZE); in uv_get_free_memory()
/third_party/mbedtls/library/
Dmemory_buffer_alloc.c70 size_t free_count; member
410 heap.free_count++; in buffer_alloc_free()
512 heap.alloc_count, heap.free_count ); in mbedtls_memory_buffer_alloc_status()