IMAGE_MEMORY_CACHE_SIZE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDIMAGE_MEMORY_CACHE_SIZE

IMAGE_MEMORY_CACHE_SIZE macro

Syntax

#define IMAGE_MEMORY_CACHE_SIZE (2048)

References

LocationText
image.h:30
#define IMAGE_MEMORY_CACHE_SIZE (2048)
image.c:1133
(image_memory->cache_address + IMAGE_MEMORY_CACHE_SIZE))) {
image.c:1135
image_memory->cache = malloc(IMAGE_MEMORY_CACHE_SIZE);
image.c:1138
~(IMAGE_MEMORY_CACHE_SIZE - 1),
image.c:1139
IMAGE_MEMORY_CACHE_SIZE, image_memory->cache) != ERROR_OK) {
image.c:1145
~(IMAGE_MEMORY_CACHE_SIZE - 1);
image.c:1149
(image_memory->cache_address + IMAGE_MEMORY_CACHE_SIZE) - address;