Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 2 of 2) sorted by relevance

/common/eeprom/
A Deeprom_field.c33 unsigned char byte; in __eeprom_field_update_bin() local
44 byte = 0; in __eeprom_field_update_bin()
59 byte = simple_strtoul(tmp, &endptr, 16); in __eeprom_field_update_bin()
63 field->buf[j] = byte; in __eeprom_field_update_bin()
/common/
A Ddlmalloc.src72 Alignment: 8-byte
73 8 byte alignment is currently hardwired into the design. This
77 Code for 8-byte pointers is untested by me but has worked
88 Minimum allocated size: 4-byte ptrs: 16 bytes (including 4 overhead)
89 8-byte ptrs: 24/32 bytes (including, 4/8 overhead)
91 When a chunk is freed, 12 (for 4byte ptrs) or 20 (for 8 byte
92 ptrs but 4 byte size) or 24 (for 8/8) additional bytes are
100 Maximum allocated size: 4-byte size_t: 2^31 - 8 bytes
101 8-byte size_t: 2^63 - 16 bytes
2047 obtain 8-byte alignment and/or to obtain a size of at least
[all …]

Completed in 13 milliseconds