Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/internal/mimalloc/
Dmimalloc.h433 template<class T> struct _mi_stl_allocator_common { struct
434 typedef T value_type;
458 template<class T> struct mi_stl_allocator : public _mi_stl_allocator_common<T> { argument