OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ptrMemory
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
atomic32_linux.h
42
void*
_ptrMemory
;
49
:
_ptrMemory
(NULL),
53
// Keep
_ptrMemory
to be able to reclaim memory.
54
_ptrMemory
= malloc(sizeof(WebRtc_Word32)*2);
55
_value = (WebRtc_Word32*) (((uintptr_t)
_ptrMemory
+3)&(~0x3));
61
if(
_ptrMemory
!= NULL)
63
free(
_ptrMemory
);
atomic32_mac.h
41
void*
_ptrMemory
;
49
_ptrMemory
(NULL),
53
// Keep
_ptrMemory
to be able to reclaim memory.
54
_ptrMemory
= malloc(sizeof(WebRtc_Word32)*2);
55
_value = (WebRtc_Word32*) (((uintptr_t)
_ptrMemory
+3)&(~0x3));
61
if(
_ptrMemory
!= NULL)
63
free(
_ptrMemory
);
Completed in 149 milliseconds