\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesData Struct Reference

Detailed Description

Data structure used for reusing memory which may have been allocated in a previous operation.

Data Fields

byte *  ptr
Pointer to immutable data.
uint32_t  allocated
Number of bytes allocated at the pointer. More...
uint32_t  used
Number of valid bytes currently referenced by pointer.

Field Documentation

◆ allocated

uint32_t fiftyoneDegreesData::allocated

Number of bytes allocated at the pointer.

Used within the collection and is not intended for consumers to reference.


The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/data.h
On This Page