Home
last modified time | relevance | path

Searched defs:alloc_fn (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DCUDAPluggableAllocator.cpp46 std::function<MallocFuncType> alloc_fn, in CUDAPluggableAllocator()
378 std::function<MallocFuncType> alloc_fn, in createCustomAllocator()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/include/
Dallocator.h25 typedef void* (*alloc_fn)(size_t size); typedef