small errors corrected
This commit is contained in:
@@ -132,12 +132,12 @@ Allerdings wäre es sehr ineffektiv, diesen Container tatsächlich explizit anzu
|
||||
Das Macro `@allocated` gibt aus, wieviel Bytes an Speicher bei der Auswertung eines Ausdrucks alloziert wurden.
|
||||
|
||||
```{julia}
|
||||
@allocated [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
|
||||
@allocated r = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
|
||||
```
|
||||
|
||||
|
||||
```{julia}
|
||||
@allocated 1:20
|
||||
@allocated r = 1:20
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user