Searched refs:limit (Results 1 – 8 of 8) sorted by relevance
70 there is still a size limit of 256 bytes, to ensure the boot2 can be282 /* stack limit is poorly named, but historically is maximum heap ptr */301 /* Check if data + heap + stack exceeds RAM limit */
107 there is still a size limit of 256 bytes, to ensure the boot2 can be275 /* stack limit is poorly named, but historically is maximum heap ptr */294 /* Check if data + heap + stack exceeds RAM limit */
229 /* stack limit is poorly named, but historically is maximum heap ptr */248 /* Check if data + heap + stack exceeds RAM limit */
224 /* stack limit is poorly named, but historically is maximum heap ptr */243 /* Check if data + heap + stack exceeds RAM limit */
261 /* stack limit is poorly named, but historically is maximum heap ptr */280 /* Check if data + heap + stack exceeds RAM limit */
262 /* stack limit is poorly named, but historically is maximum heap ptr */281 /* Check if data + heap + stack exceeds RAM limit */
39 uint limit = MAX_INSTRUCTIONS; in add_instruction() local40 if (instructions.size() >= limit) { in add_instruction()43 msg << "program instruction limit of " << limit << " instruction(s) exceeded"; in add_instruction()