Home
last modified time | relevance | path

Searched defs:free_count (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena_test_util.h91 int free_count() { return 0; } in free_count() function
/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
/third_party/mbedtls/library/
Dmemory_buffer_alloc.c68 size_t free_count; member
523 void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *free_count) in mbedtls_memory_buffer_alloc_count_get()
/third_party/node/deps/v8/include/cppgc/
Dheap-statistics.h73 std::vector<size_t> free_count; member
/third_party/node/deps/v8/src/trap-handler/
Dhandler-outside.cc93 size_t free_count = 0; in ValidateCodeObjects() local
/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.cc210 std::vector<size_t>& free_count = free_list_stats.free_count; in CollectStatistics() local
/third_party/openssl/crypto/
Dmem.c35 static TSAN_QUALIFIER int free_count; variable
/third_party/node/deps/openssl/openssl/crypto/
Dmem.c35 static TSAN_QUALIFIER int free_count; variable
/third_party/libffi/src/
Dclosures.c166 uint16_t free_count; member
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2403 let free_count = self.free_count; localVariable
2458 let free_count = self.free_count; localVariable