Home
last modified time | relevance | path

Searched refs:free_count (Results 1 - 16 of 16) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A 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/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc210 std::vector<size_t>& free_count = free_list_stats.free_count; in CollectStatistics() local
213 DCHECK(free_count.empty()); in CollectStatistics()
223 free_count.push_back(entry_count); in CollectStatistics()
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside.cc93 size_t free_count = 0; in ValidateCodeObjects() local
97 ++free_count; in ValidateCodeObjects()
99 TH_DCHECK(free_count <= gNumCodeObjects); in ValidateCodeObjects()
109 TH_DCHECK(free_count == free_count2); in ValidateCodeObjects()
/third_party/mbedtls/library/
H A Dmemory_buffer_alloc.c68 size_t free_count; member
407 heap.free_count++; in buffer_alloc_free()
513 heap.alloc_count, heap.free_count); in mbedtls_memory_buffer_alloc_status()
523 void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *free_count) in mbedtls_memory_buffer_alloc_count_get() argument
526 *free_count = heap.free_count; in mbedtls_memory_buffer_alloc_count_get()
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c35 static TSAN_QUALIFIER int free_count; variable
92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
257 INCREMENT(free_count); in CRYPTO_free()
/third_party/openssl/crypto/
H A Dmem.c35 static TSAN_QUALIFIER int free_count; variable
92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
252 INCREMENT(free_count); in CRYPTO_free()
/third_party/protobuf/src/google/protobuf/
H A Darena_test_util.cc45 EXPECT_EQ(0, capture_alloc.free_count()); in ~NoHeapChecker()
H A Darena_test_util.h91 int free_count() { return 0; } in free_count() function in google::protobuf::internal::NoHeapChecker::NewDeleteCapture
/third_party/mbedtls/include/mbedtls/
H A Dmemory_buffer_alloc.h98 * \param free_count Number of frees.
100 void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *free_count);
/third_party/node/deps/v8/include/cppgc/
H A Dheap-statistics.h73 std::vector<size_t> free_count; member
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dheap-statistics.h73 std::vector<size_t> free_count; member
/third_party/libuv/src/unix/
H A Dhurd.c91 return vmstats.free_count * vm_page_size; in uv_get_free_memory()
H A Ddarwin.c113 return (uint64_t) info.free_count * sysconf(_SC_PAGESIZE); in uv_get_free_memory()
/third_party/node/deps/uv/src/unix/
H A Dhurd.c91 return vmstats.free_count * vm_page_size; in uv_get_free_memory()
H A Ddarwin.c116 return (uint64_t) info.free_count * sysconf(_SC_PAGESIZE); in uv_get_free_memory()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs844 pub free_count: natural_t,
1263 pub free_count: natural_t,
2374 self.free_count == other.free_count && in eq()
2403 let free_count = self.free_count; in fmt()
2429 .field("free_count", &free_count) in fmt()
2458 let free_count = self.free_count; in hash()
[all...]

Completed in 18 milliseconds