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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h102 #define VP_EXCEPTION_MEMORY ((unsigned short)0x0040) macro
H A Dbigdecimal.c3293 VpException(VP_EXCEPTION_MEMORY, "failed to allocate memory", 1);
3307 VpException(VP_EXCEPTION_MEMORY, "failed to allocate memory", 1);
3541 if(f==VP_EXCEPTION_OP || f==VP_EXCEPTION_MEMORY) always = 1;
3556 case VP_EXCEPTION_MEMORY:

Completed in 118 milliseconds