Searched refs:curr_string_mem (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.h71 uint32_t curr_string_mem; member in struct:__anon12678
H A Dasl_memory.c81 snprintf(str, sizeof(str), "%u", s->curr_string_mem);
312 s->curr_string_mem += (MEM_STRING_HEADER_SIZE + len + 1);
343 s->curr_string_mem -= (MEM_STRING_HEADER_SIZE + strlen(m->str) + 1);
582 while (s->curr_string_mem > s->max_string_mem)

Completed in 118 milliseconds