Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/
H A Dplatform_memory_allocator.h51 void* node_memory = et_pal_allocate(alloc_size); variable
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_topk_test.cpp48 void* node_memory = malloc(alloc_size); in allocate() local