/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_scratch.cpp | 94 AlignedFree(scratch->vs_constants.base); in swr_destroy_scratch_buffers() 95 AlignedFree(scratch->fs_constants.base); in swr_destroy_scratch_buffers() 96 AlignedFree(scratch->gs_constants.base); in swr_destroy_scratch_buffers() 97 AlignedFree(scratch->vertex_buffer.base); in swr_destroy_scratch_buffers() 98 AlignedFree(scratch->index_buffer.base); in swr_destroy_scratch_buffers()
|
D | swr_fence_work.cpp | 85 AlignedFree(work->free.data); in swr_free_cb()
|
/external/libchrome/base/memory/ |
D | aligned_memory_unittest.cc | 21 AlignedFree(p); in TEST() 26 AlignedFree(p); in TEST() 31 AlignedFree(p); in TEST() 36 AlignedFree(p); in TEST()
|
D | aligned_memory.h | 40 inline void AlignedFree(void* ptr) { in AlignedFree() function 52 AlignedFree(ptr); in operator()
|
/external/webrtc/webrtc/modules/audio_conference_mixer/source/ |
D | memory_pool_win.h | 88 AlignedFree(reinterpret_cast<void*>(_pListHead)); in ~MemoryPoolImpl() 132 AlignedFree(item); in PushMemory() 138 AlignedFree(item); in PushMemory() 168 AlignedFree(item); in Terminate()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_malloc.h | 35 void AlignedFree(void* mem_block); 53 AlignedFree(ptr); in operator()
|
D | aligned_array.h | 37 AlignedFree(head_row_[i]); in ~AlignedArray() 39 AlignedFree(head_row_); in ~AlignedArray()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | arena.cc | 66 port::AlignedFree(first_blocks_[i].mem); in ~Arena() 236 port::AlignedFree(first_blocks_[i].mem); in FreeBlocks() 244 port::AlignedFree(it->mem); in FreeBlocks()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 422 AlignedFree(_pListHead); in ~IoContextPool() 485 AlignedFree(item); in PushIoContext() 491 AlignedFree(item); in PushIoContext() 511 AlignedFree(item); in Free()
|
/external/libchrome/mojo/core/ |
D | channel.cc | 161 base::AlignedFree(data_); in ~Message() 286 base::AlignedFree(data_); in ExtendPayload() 512 base::AlignedFree(data_); in ~ReadBuffer() 528 base::AlignedFree(data_); in Reserve() 562 base::AlignedFree(data_); in Discard() 574 base::AlignedFree(data_); in Discard()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 77 static inline void AlignedFree(void* p) in AlignedFree() function 224 void AlignedFree(void* p) in AlignedFree() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | mem.h | 30 void AlignedFree(void* aligned_memory);
|
D | port_test.cc | 32 AlignedFree(p); in TEST()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | ringbuffer.h | 58 AlignedFree(mpRingBuffer); in Destroy()
|
D | api.cpp | 398 AlignedFree(pContext->dcRing[i].dynState.pStats); in SwrDestroyContext() 405 AlignedFree(pContext->pDispatchQueueArray); in SwrDestroyContext() 406 AlignedFree(pContext->pMacroTileManagerArray); in SwrDestroyContext() 414 AlignedFree(pContext->ppScratch[i]); in SwrDestroyContext() 423 AlignedFree(pContext->pStats); in SwrDestroyContext() 428 AlignedFree(GetContext(hContext)); in SwrDestroyContext()
|
D | tilemgr.h | 341 AlignedFree(pBuffer); in FreeHotTileMem()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_malloc.cc | 87 void AlignedFree(void* mem_block) { in AlignedFree() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compilation_device.cc | 56 port::AlignedFree(ptr); in DeallocateRaw()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | port.cc | 97 void AlignedFree(void* aligned_memory) { _aligned_free(aligned_memory); } in AlignedFree() function
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 137 rtc::Bind(&webrtc::AlignedFree, yuv_data.release())); in NativeToI420Buffer()
|
/external/v8/src/ |
D | allocation.h | 83 void AlignedFree(void *ptr);
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator.cc | 150 port::AlignedFree(ptr); in DeallocateRaw()
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | neon_depthwise_conv_op.cc | 140 port::AlignedFree(bias_ptr); in Compute()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | port.cc | 230 void AlignedFree(void* aligned_memory) { Free(aligned_memory); } in AlignedFree() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pool_allocator.cc | 277 port::AlignedFree(ptr); in Free()
|