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

/forgerock/web-agents-v4/expat/
H A Dwinconfig.h17 #include <memory.h>
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h803 * @brief Add an event to check if the parameter does match an area of memory.
811 * @param[in] memory The memory to compare.
813 * @param[in] size The size of the memory to compare.
817 void expect_memory(#function, #parameter, void *memory, size_t size);
819 #define expect_memory(function, parameter, memory, size) \
820 expect_memory_count(function, parameter, memory, size, 1)
826 * of memory.
834 * @param[in] memory The memory t
[all...]
H A Dcmocka.c64 /* Pattern used to initialize memory allocated with test_malloc(). */
180 /* Used to check whether a parameter matches the area of memory referenced by
184 const void *memory; member in struct:CheckMemoryData
489 * Frees memory kept by a linked list The cleanup_value function is called for
550 /* Releases memory associated to a symbol_map_value. */
945 * Determine whether the specified areas of memory are equal. If they're equal
971 * Determine whether the specified areas of memory are not equal. If they're
1201 * memory. */
1209 (const char*)check->memory, check->size);
1218 const void * const memory, cons
1215 expect_memory_setup( const char* const function, const char* const parameter, const char* const file, const int line, const void * const memory, const size_t size, const CheckParameterValue check_function, const int count) argument
1235 _expect_memory( const char* const function, const char* const parameter, const char* const file, const int line, const void* const memory, const size_t size, const int count) argument
1259 _expect_not_memory( const char* const function, const char* const parameter, const char* const file, const int line, const void* const memory, const size_t size, const int count) argument
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h485 * insufficient memory being available
728 * Free memory previously allocated by a am_web_* routine.
730 AM_WEB_EXPORT void am_web_free_memory(void *memory);
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h485 * insufficient memory being available
728 * Free memory previously allocated by a am_web_* routine.
730 AM_WEB_EXPORT void am_web_free_memory(void *memory);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js941 // release memory in IE
3106 * memory: will keep track of previous values and will call any callback added
3126 memory,
3141 memory = options.memory && data;
3149 memory = false; // To prevent further calls using add
3159 } else if ( memory ) {
3190 // With memory, if we're not firing then
3192 } else if ( memory ) {
3194 fire( memory );
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c98 first pre-compile phase that determines how much memory is required. The regex
107 is 4 there is plenty of room for most patterns. However, the memory can get
474 "failed to get memory\0"
571 /* Using a simple comparison for decimal numbers rather than a memory read
3121 uses more memory, which we cannot get at this stage.) */
4363 to find out the amount of memory needed, as well as during the real compile
4535 allow memory for it. Therefore, don't ever reduce the length at this point.
4848 temporary bit of memory, in case the class contains fewer than two
6684 it needs more memory. Unfortunately we cannot tell whether a name is a
6685 duplicate in the first pass, so we have to allow for more memory
[all...]

Completed in 75 milliseconds