/ note that this is in units of T (float or double) also see: size_in_bytes()
| 98 | // note that this is in units of T (float or double) |
| 99 | // also see: size_in_bytes() |
| 100 | size_t size() |
| 101 | { |
| 102 | return size_in_bytes() / sizeof(T); |
| 103 | } |
| 104 | |
| 105 | /*****************************************************/ |
| 106 | // returns the amount of memory currently allocated to the buffer in bytes |
no outgoing calls
no test coverage detected