Searched refs:heap_id (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dmem.c162 * heap_id globally unique, which would require checking all existing
197 " saved, new heaps created.\n", h->heap_id);
221 "freed in old_heaps().\n", h->heap_id);
234 "restored.\n", heaps->heap_id);
241 ", expecting " HEAPID_FMT ".\n", old->heap_id,
242 myold->heap_id);
264 HEAPID_FMT " to " HEAPID_FMT ".\n", h->heap_id, new->heap_id);
296 hs->heap_id = h->heap_id;
643 Heapid heap_id = h->heap_id; local
741 memory_validate(Heapid heap_id) argument
[all...]
H A Dzsh.h2497 #define HEAP_ERROR(heap_id) \
2499 __FILE__, __LINE__, heap_id)
2508 Heapid heap_id; member in struct:heapstack
2521 unsigned int heap_id; member in struct:heap
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompresult.c911 if (memory_validate(minfo.group->heap_id)) {
912 HEAP_ERROR(minfo.group->heap_id);
1183 if (memory_validate(dat.matches->heap_id)) {
1184 HEAP_ERROR(dat.matches->heap_id);
1228 if (memory_validate(minfo.group->heap_id)) {
1229 HEAP_ERROR(minfo.group->heap_id);
1314 if (memory_validate(g->heap_id)) {
1315 HEAP_ERROR(g->heap_id);
1410 if (memory_validate(minfo.group->heap_id)) {
1411 HEAP_ERROR(minfo.group->heap_id);
[all...]
H A Dcompcore.c409 if (memory_validate(m->heap_id)) {
410 HEAP_ERROR(m->heap_id);
518 if (memory_validate(cdat.matches->heap_id)) {
519 HEAP_ERROR(cdat.matches->heap_id);
999 if (memory_validate(amatches->heap_id)) {
1000 HEAP_ERROR(amatches->heap_id);
2987 if (memory_validate(p->heap_id)) {
2988 HEAP_ERROR(p->heap_id);
3008 mgroup->heap_id = last_heap_id;
3330 if (memory_validate(g->heap_id)) {
[all...]
H A Dcomp.h80 Heapid heap_id; member in struct:cmgroup
H A Dcomplist.c1369 if (memory_validate(g->heap_id)) {
1370 HEAP_ERROR(g->heap_id);
1961 if (memory_validate(amatches->heap_id)) {
1962 HEAP_ERROR(amatches->heap_id);
2654 if (memory_validate(amatches->heap_id)) {
2655 HEAP_ERROR(amatches->heap_id);
2854 if (memory_validate(amatches->heap_id)) {
2855 HEAP_ERROR(amatches->heap_id);
H A Dcompctl.c1841 if (memory_validate(amatches->heap_id)) {
1842 HEAP_ERROR(amatches->heap_id);

Completed in 132 milliseconds