allocator.allocate

  1. T* allocate(size_t count)
    struct allocator(T)
    version(CppRuntime_Microsoft)
    extern (D) @nogc
    T*
    allocate
    (
    size_t count
    )
  2. T* allocate(size_t count, const(void)* )
  3. T* allocate(size_t count, const(void)* )

Meta