Home
last modified time | relevance | path

Searched defs:alloc_meta (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/musl/src/malloc/mallocng/
H A Dglue.h19 #define alloc_meta __malloc_alloc_meta macro
H A Dmalloc.c42 struct meta *alloc_meta(void) in alloc_meta() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_memory_profile.cc204 const MemoryActivityMetadata* alloc_meta = addr_metadata_map[address]; in UpdateDeallocation() local