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

/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c1375 #define NTMALLOC 0x2 // string in element was malloc'ed macro
1391 tmpcurr->flags |= NTMALLOC;
1420 if (patt->flags & NTMALLOC)
1685 if (curr->flags & NTMALLOC) free(curr->str);
1714 if (curr->flags & NTMALLOC) free(curr->str);

Completed in 114 milliseconds