Home
last modified time | relevance | path

Searched refs:first_ptr (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/src/
Dandroid_je_iterate.c52 uintptr_t first_ptr = (uintptr_t)extent_addr_get(extent); in je_iterate() local
56 for (size_t bit = (ptr - first_ptr) / bin_size; bit < bin_info->bitmap_info.nbits; bit++) { in je_iterate()
58 uintptr_t allocated_ptr = first_ptr + bin_size * bit; in je_iterate()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc155 float* first_ptr = a.Allocate<float>(1024); in TEST() local
156 a.DeallocateRaw(first_ptr); in TEST()
182 EXPECT_EQ(first_ptr, first_ptr_after); in TEST()
225 float* first_ptr = a.Allocate<float>(1 << 6); in TEST() local
228 EXPECT_NE(nullptr, first_ptr); in TEST()
230 a.DeallocateRaw(first_ptr); in TEST()
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc91 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal() local
93 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()
94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
Dalts_grpc_record_protocol_test.cc89 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal() local
91 GPR_ASSERT(first_ptr != nullptr); in are_slice_buffers_equal()
93 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()