mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
wip
This commit is contained in:
parent
90d7e55f13
commit
e78898b483
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ extern uint8_t _stack_start, __bss_end__;
|
||||||
// We know that bss is aligned to 4 bytes.
|
// We know that bss is aligned to 4 bytes.
|
||||||
static uint8_t *BigBuf = &__bss_end__;
|
static uint8_t *BigBuf = &__bss_end__;
|
||||||
|
|
||||||
|
void *UMM_MALLOC_CFG_HEAP_ADDR = &__bss_end__;
|
||||||
|
uint32_t UMM_MALLOC_CFG_HEAP_SIZE = (uint32_t)&_stack_start - (uint32_t)&__bss_end__;
|
||||||
|
|
||||||
/* BigBuf memory layout:
|
/* BigBuf memory layout:
|
||||||
Pointer to highest available memory: s_bigbuf_hi
|
Pointer to highest available memory: s_bigbuf_hi
|
||||||
high s_bigbuf_size
|
high s_bigbuf_size
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue